File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ out: FORCE
45
45
+mkdir -p out/$(mcu ) /$(level ) /$(target )
46
46
47
47
target : FORCE out
48
- $(MAKE ) VPATH= $( ROOT ) /src -C out/$(mcu ) /$(level ) /$(target ) -f $(ROOT ) /Rules.mk target.bin target.hex target.dfu $(mcu ) =y $(level ) =y $(target ) =y
48
+ $(MAKE ) -C out/$(mcu ) /$(level ) /$(target ) -f $(ROOT ) /Rules.mk target.bin target.hex target.dfu $(mcu ) =y $(level ) =y $(target ) =y
49
49
50
50
HXC_FF_URL := https://www.github.com/keirf/flashfloppy-hxc-file-selector
51
51
HXC_FF_URL := $(HXC_FF_URL ) /releases/download
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ build.o: $(OBJS)
74
74
75
75
% /build.o : FORCE
76
76
+mkdir -p $*
77
- $(MAKE ) VPATH= $( VPATH ) / $* -f $(ROOT ) /Rules.mk -C $* build.o
77
+ $(MAKE ) -f $(ROOT ) /Rules.mk -C $* build.o
78
78
79
79
% .ld : $(SRCDIR ) /% .ld.S $(SRCDIR ) /Makefile
80
80
@echo CPP $@
You can’t perform that action at this time.
0 commit comments