diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-11-15 09:49:30 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2016-11-15 13:22:09 +0100 |
commit | 23f81b7220805ddfef555ca5f366184d9bb6789e (patch) | |
tree | e6a3f4be003aed9417664d232041bb652831e980 /target | |
parent | 301b9dca02cd85f37d9a7fdcc140c3da95fc80d3 (diff) |
rpi: force --dtok to fix a trailer creation problem on Darwin, reported by Diez
Diffstat (limited to 'target')
-rw-r--r-- | target/arm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/arm/Makefile b/target/arm/Makefile index 579da3d5b..dd5542e1e 100644 --- a/target/arm/Makefile +++ b/target/arm/Makefile @@ -138,7 +138,7 @@ endif kernel-strip: ifeq ($(ADK_TARGET_KERNEL_VERSION_RPI),y) @echo adding DT trailer to kernel $(MAKE_TRACE) - PATH='$(HOST_PATH)' perl $(LINUX_DIR)/scripts/mkknlimg $(KERNEL) $(BUILD_DIR)/$(TARGET_KERNEL) + PATH='$(HOST_PATH)' perl $(LINUX_DIR)/scripts/mkknlimg --dtok $(KERNEL) $(BUILD_DIR)/$(TARGET_KERNEL) else @cp $(KERNEL) $(BUILD_DIR)/$(TARGET_KERNEL) endif |