diff options
Diffstat (limited to 'target/linux/realview')
-rw-r--r-- | target/linux/realview/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/realview/Makefile b/target/linux/realview/Makefile index c4f7a72e39..5bff0969d5 100644 --- a/target/linux/realview/Makefile +++ b/target/linux/realview/Makefile @@ -18,12 +18,12 @@ KERNEL_PATCHVER:=4.4 DEVICE_TYPE:=developerboard -include $(INCLUDE_DIR)/target.mk - define Target/Description Build images for ARM Ltd. Realview boards to be run with qemu endef +include $(INCLUDE_DIR)/target.mk + KERNELNAME:=zImage $(eval $(call BuildTarget)) |