File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
target/zynq-zybo-de0-nano-soc Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 11VERSION =4.8.17
22XILINX_TARGET_PATH =../zynq-zybo
3- ALTERA_TARGET_PATH =../de0-nano-soc/
3+ ALTERA_TARGET_PATH =../de0-nano-soc
44
55TARGET = boot/boot.scr \
66 boot/zImage-$(VERSION ) -armv7-fpga \
@@ -18,6 +18,7 @@ TARGET = boot/boot.scr \
1818
1919COPY = cp
2020REMOVE = rm
21+ MKDIR = mkdir
2122
2223target : $(TARGET )
2324
@@ -55,8 +56,10 @@ boot/DE0_NANO_SOC.rbf : $(ALTERA_TARGET_PATH)/boot/DE0_NANO_S
5556 $(COPY ) $< $@
5657
5758u-boot/u-boot-spl.sfp : $(ALTERA_TARGET_PATH ) /u-boot/u-boot-spl.sfp
59+ @if [ ! -d u-boot ] ; then $(MKDIR ) -p u-boot; fi
5860 $(COPY ) $< $@
5961
6062u-boot/u-boot.img : $(ALTERA_TARGET_PATH ) /u-boot/u-boot.img
63+ @if [ ! -d u-boot ] ; then $(MKDIR ) -p u-boot; fi
6164 $(COPY ) $< $@
6265
You can’t perform that action at this time.
0 commit comments