diff options
Diffstat (limited to 'target/linux/at91/image/Makefile')
-rw-r--r-- | target/linux/at91/image/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/at91/image/Makefile b/target/linux/at91/image/Makefile index 3b01d42131..adb7c6d0ba 100644 --- a/target/linux/at91/image/Makefile +++ b/target/linux/at91/image/Makefile @@ -63,6 +63,8 @@ define Device/evaluation-dtb $(Device/evaluation-zImage) IMAGES += dtb IMAGE/dtb := install-dtb + KERNEL_SUFFIX := -fit-zImage.itb + KERNEL := kernel-bin | gzip | fit gzip $$(DTS_DIR)/$$(DEVICE_DTS).dtb endef define Device/evaluation-fit |