1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter.git synced 2025-03-09 15:40:20 +00:00

Fix Makefile

This commit is contained in:
Ycarus (Yannick Chabanois) 2019-07-16 21:34:43 +02:00
parent 3a50139946
commit 777dc7c7ad

View file

@ -30,12 +30,12 @@ define Build/boot-common
mcopy -i $@.boot $(IMAGE_KERNEL) ::$(KERNEL_IMG) mcopy -i $@.boot $(IMAGE_KERNEL) ::$(KERNEL_IMG)
$(foreach dts,$(shell echo $(DEVICE_DTS)),mcopy -i $@.boot $(DTS_DIR)/$(dts).dtb ::;) $(foreach dts,$(shell echo $(DEVICE_DTS)),mcopy -i $@.boot $(DTS_DIR)/$(dts).dtb ::;)
mmd -i $@.boot ::/overlays mmd -i $@.boot ::/overlays
mcopy -i $@.boot cmdline.txt ::
mcopy -i $@.boot $(DTS_DIR)/overlays/*.dtbo ::/overlays/ mcopy -i $@.boot $(DTS_DIR)/overlays/*.dtbo ::/overlays/
mcopy -i $@.boot $(DTS_DIR)/overlays/README ::/overlays/ mcopy -i $@.boot $(DTS_DIR)/overlays/README ::/overlays/
endef endef
define Build/boot-not4 define Build/boot-not4
mcopy -i $@.boot cmdline.txt ::
mcopy -i $@.boot config.txt :: mcopy -i $@.boot config.txt ::
endef endef
@ -58,7 +58,6 @@ define Build/boot-2711
endef endef
define Build/boot-2711-64 define Build/boot-2711-64
mcopy -i $@.boot cmdline64.txt ::cmdline.txt
mcopy -i $@.boot config64.txt ::config.txt mcopy -i $@.boot config64.txt ::config.txt
endef endef