diff options
author | Wade Fife <wade.fife@ettus.com> | 2020-04-29 18:38:47 -0500 |
---|---|---|
committer | Wade Fife <wade.fife@ettus.com> | 2020-04-30 08:57:22 -0500 |
commit | 3c2f8afcba9a1b3429242b8dbf7d1f8bacc2a73e (patch) | |
tree | 71a6b7a63e01922db4d4c75b6b44ad1c6f0e9b08 /host/utils/rfnoc_blocktool/templates/Makefile | |
parent | 8d6401e55886b6be391730f6eb63e941644cb2e3 (diff) | |
download | uhd-3c2f8afcba9a1b3429242b8dbf7d1f8bacc2a73e.tar.gz uhd-3c2f8afcba9a1b3429242b8dbf7d1f8bacc2a73e.tar.bz2 uhd-3c2f8afcba9a1b3429242b8dbf7d1f8bacc2a73e.zip |
utils: Remove trailing white space from mako templates
Diffstat (limited to 'host/utils/rfnoc_blocktool/templates/Makefile')
-rw-r--r-- | host/utils/rfnoc_blocktool/templates/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/utils/rfnoc_blocktool/templates/Makefile b/host/utils/rfnoc_blocktool/templates/Makefile index d56bcd9fb..55b02790e 100644 --- a/host/utils/rfnoc_blocktool/templates/Makefile +++ b/host/utils/rfnoc_blocktool/templates/Makefile @@ -19,7 +19,7 @@ include $(BASE_DIR)/../tools/make/viv_sim_preamble.mak #------------------------------------------------- # Design Specific #------------------------------------------------- -# Include makefiles and sources for the DUT and its +# Include makefiles and sources for the DUT and its # dependencies. include $(BASE_DIR)/../lib/rfnoc/core/Makefile.srcs include $(BASE_DIR)/../lib/rfnoc/utils/Makefile.srcs |