diff options
Diffstat (limited to 'target/rb4xx/Makefile')
-rw-r--r-- | target/rb4xx/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/rb4xx/Makefile b/target/rb4xx/Makefile index b4e98a5a8..d480719c0 100644 --- a/target/rb4xx/Makefile +++ b/target/rb4xx/Makefile @@ -8,6 +8,7 @@ include $(TOPDIR)/mk/kernel-build.mk include $(TOPDIR)/mk/image.mk OSTRIP:=-R .reginfo -R .notes -R .note -R .comment -R .mdebug -R .note.gnu.build-id +KERNEL:=$(BUILD_DIR)/${ADK_TARGET}-${FS}-kernel kernel-install: $(TARGET_CROSS)objcopy $(OSTRIP) -S $(LINUX_DIR)/vmlinux \ |