Skip to content
Snippets Groups Projects
Commit 94dec60d authored by Felix Fietkau's avatar Felix Fietkau
Browse files

build: add template for installing device .dtb files


Signed-off-by: default avatarFelix Fietkau <nbd@nbd.name>
parent 468a9b7a
Branches
Tags
No related merge requests found
......@@ -46,6 +46,14 @@ define Build/append-dtb
cat $@.dtb >> $@
endef
define Build/install-dtb
$(foreach dts,$(DEVICE_DTS), \
$(CP) \
$(DTS_DIR)/$(dts).dtb \
$(BIN_DIR)/$(IMG_PREFIX)-$(dts).dtb; \
)
endef
define Build/fit
$(TOPDIR)/scripts/mkits.sh \
-D $(DEVICE_NAME) -o $@.its -k $@ \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment