X-Git-Url: http://rtime.felk.cvut.cz/gitweb/fpga/zynq/canbench-sw.git/blobdiff_plain/957a4cef764f13272bfeded8d1a34b3c64bafd41..HEAD:/Makefile diff --git a/Makefile b/Makefile index 9347c0a..de68daf 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ # 2. peta linux # 3. apps (latester) -TFTPROOT := /tftpboot +TFTPROOT := /tftpboot/uzedcan system_project: cd system/script && vivado -mode batch -nolog -nojournal -source recreate.tcl @@ -14,7 +14,8 @@ petalinux/images/linux/BOOT.BIN: FORCE $(MAKE) -C petalinux images/linux/BOOT.BIN .PHONY: dist -dist: system/system.hdf system/system.bit petalinux/bootscript petalinux/images/linux/BOOT.BIN +dist: system/system.bit petalinux/bootscript petalinux/images/linux/BOOT.BIN petalinux/images/linux/image.ub petalinux/images/linux/system.dtb + $(MAKE) -C petalinux images/linux/image.ub cp -t $(TFTPROOT) $^ petalinux_config: system/system.hdf