summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 666dae0..e6c8c33 100644
--- a/Makefile
+++ b/Makefile
@@ -9,11 +9,11 @@ EXCLUDE := $(addsuffix .vhd,$(EXCLUDE))
VHDLS = $(wildcard examples/*.vhd)
VHDLS := $(notdir $(VHDLS))
+DIFFOPT = --exclude=Makefile
+
ifndef WIP
VHDLS := $(filter-out $(EXCLUDE),$(VHDLS))
-DIFFOPT = --exclude-from=examples/.exclude
-else
-DIFFOPT = --exclude=Makefile
+DIFFOPT := $(DIFFOPT) --exclude-from=examples/.exclude
endif
all: diff
OpenPOWER on IntegriCloud