summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d3b7732..b73ea37 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,9 @@
PROJ=spdif
SRCS=$(wildcard *.vhd *.v *.qsf *.qpf )
-TIDY_SRC= bmc_decoder.vhd ccd.vhd silence_detector.vhd counter.vhd dflipflop.vhd spdif_decoder.vhd spdif.vhd
+S1=${SRCS:pll100.vhd=}
+S2=${S1:pll200.vhd=}
+TIDY_SRC=${S2}
SOF=output_files/${PROJ}.sof
POF=${PROJ}.pof