summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1e6bb35..6374a3a 100644
--- a/Makefile
+++ b/Makefile
@@ -28,7 +28,7 @@ TARGETS_bin = $(patsubst %.h,%.bin,$(TARGET_DEFS))
all: $(TARGETS_bin) cf-fsi-test
cf-code/%.s : cf-code/%.h cf-code/cf-fsi-fw.S
- $(CC) -E $(M68KCPPFLAGS) -include $^ -o $@
+ $(CC) -E $(M68KCPPFLAGS) -I. -include $^ -o $@
cf-code/%.o : cf-code/%.s
$(M68KAS) $(M68KAFLAGS) -march=isac $^ -o $@
OpenPOWER on IntegriCloud