summaryrefslogtreecommitdiffstats
path: root/hw_s3estarter/bsp_zpuahb/simulation/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'hw_s3estarter/bsp_zpuahb/simulation/Makefile')
-rw-r--r--hw_s3estarter/bsp_zpuahb/simulation/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw_s3estarter/bsp_zpuahb/simulation/Makefile b/hw_s3estarter/bsp_zpuahb/simulation/Makefile
index 67f42a7..0f62d77 100644
--- a/hw_s3estarter/bsp_zpuahb/simulation/Makefile
+++ b/hw_s3estarter/bsp_zpuahb/simulation/Makefile
@@ -12,7 +12,7 @@ software_dir = ../software/test
VMK = vmk
# generate list of used libs
-library_list = $(shell cut vhdl_files.txt --field 1 --delimiter=' ' | sort --unique)
+library_list = $(shell cut --field 1 --delimiter=" " --only-delimited vhdl_files.txt | grep --invert "\#" | sort --unique)
OpenPOWER on IntegriCloud