summaryrefslogtreecommitdiff
path: root/Z180/Makefile
diff options
context:
space:
mode:
authorLeo C2014-06-26 16:16:11 +0200
committerLeo C2014-06-26 16:16:11 +0200
commit78a3a76d0da08b39b370efc45e9c0ba1ee6bef26 (patch)
treeefef27d4e2ad066a0452ef35d0c51f228e22bbf1 /Z180/Makefile
parentd9c2b1b6505e365d55703b051596c90558fd1169 (diff)
downloadz180-stamp-78a3a76d0da08b39b370efc45e9c0ba1ee6bef26.zip
ROM files in Z180 dir
Diffstat (limited to 'Z180/Makefile')
-rw-r--r--Z180/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Z180/Makefile b/Z180/Makefile
index 63483a0..f676826 100644
--- a/Z180/Makefile
+++ b/Z180/Makefile
@@ -34,11 +34,11 @@ LN_DATA = C000
#.suffixes: .180 .rel
.phony: all
-all: ../stm32/hdrom.c ../stm32/hdrom.h
+all: hdrom.c hdrom.h
$(OBJ): $(INC)
-../stm32/hdrom.h: ../stm32/hdrom.c
+hdrom.h: hdrom.c
comma:= ,
empty:=
@@ -80,7 +80,7 @@ if [ "$${ERROR}" != "0" ]; then cat $${OUTPUT}; rm -f $@; fi ; \
exit $${ERROR}
endef
-../stm32/hdrom.c: hdrom.hex
+hdrom.c: hdrom.hex
srec_cat -o $@ -c_array $(basename $<) -C_COMpressed -include $< -Intel
hdrom.hex : $(OBJ)