]> cloudbase.mooo.com Git - z180-stamp.git/blobdiff - Z180/Makefile
ROM files in Z180 dir
[z180-stamp.git] / Z180 / Makefile
index 63483a07187e0d566d5956085910373f63fe4e6b..f676826451554e79175127a0fb0dd7107f3d7eed 100644 (file)
@@ -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)