summaryrefslogtreecommitdiff
path: root/target/arm/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2016-12-11 23:36:33 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2016-12-11 23:37:56 +0100
commitd20e328bd5b09bd06b8bbbdee5069617a69f0fd9 (patch)
tree1ceca19698d548768b95fa3c0a0bdc6ae577a7a4 /target/arm/Makefile
parent85a8783c62c43d67e18516a86593fb549ff95564 (diff)
rework git kernel infrastructure
Module loading was broken, use stable hashes and add kernel versions to allow kernel module loading. Convert kinetis-k70 to use new infrastructure.
Diffstat (limited to 'target/arm/Makefile')
-rw-r--r--target/arm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/arm/Makefile b/target/arm/Makefile
index bdf1cbfa5..3567595b3 100644
--- a/target/arm/Makefile
+++ b/target/arm/Makefile
@@ -136,7 +136,7 @@ targethelp:
endif
kernel-strip:
-ifeq ($(ADK_TARGET_KERNEL_REPO_NAME),rpi)
+ifeq ($(ADK_TARGET_KERNEL_GIT_REPO_NAME),rpi)
@echo adding DT trailer to kernel $(MAKE_TRACE)
PATH='$(HOST_PATH)' perl $(LINUX_DIR)/scripts/mkknlimg --dtok $(KERNEL) $(BUILD_DIR)/$(TARGET_KERNEL)
else