summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>2018-06-03 19:13:48 +1000
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2018-06-03 19:13:48 +1000
commit539a40d9324792b58b6cf550611d52afa891f931 (patch)
tree78266f8df1ec3a391e66c6efb2c5db5e80266aaf /Makefile
parentd0f82c5ed4a23dbded29a5e023389fa8c7804080 (diff)
downloadcf-fsi-539a40d9324792b58b6cf550611d52afa891f931.tar.gz
cf-fsi-539a40d9324792b58b6cf550611d52afa891f931.zip
Move SRAM layout to a common .h file
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
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