summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>2018-06-03 18:45:40 +1000
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2018-06-03 18:45:40 +1000
commit3f59f6bd1256ffee69c400c1dcb72a3ae2582987 (patch)
treeace575929d9aa9441f26370b7f1754320911bdad /Makefile
parent2b978b3e76ef05a3f2272b6288fc8d727afaeb7e (diff)
downloadcf-fsi-3f59f6bd1256ffee69c400c1dcb72a3ae2582987.tar.gz
cf-fsi-3f59f6bd1256ffee69c400c1dcb72a3ae2582987.zip
Fix makefile
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 499c30f..1e6bb35 100644
--- a/Makefile
+++ b/Makefile
@@ -22,8 +22,8 @@ M68KLDFLAGS = -Ttext 0
TARGET_DEFS = $(wildcard cf-code/*.h)
TARGETS_s = $(patsubst %.h,%.s,$(TARGET_DEFS))
TARGETS_o = $(patsubst %.h,%.o,$(TARGET_DEFS))
-TARGETS_elf = $(patsubst %.elf,%.o,$(TARGET_DEFS))
-TARGETS_bin = $(patsubst %.bin,%.o,$(TARGET_DEFS))
+TARGETS_elf = $(patsubst %.h,%.elf,$(TARGET_DEFS))
+TARGETS_bin = $(patsubst %.h,%.bin,$(TARGET_DEFS))
all: $(TARGETS_bin) cf-fsi-test
OpenPOWER on IntegriCloud