uboot-imx6: define 'BUILD_DEVICES' for Toradex Apalis
authorPiotr Dymacz <pepe2k@gmail.com>
Thu, 7 Jan 2021 16:30:49 +0000 (17:30 +0100)
committerPiotr Dymacz <pepe2k@gmail.com>
Sat, 10 Apr 2021 13:18:09 +0000 (15:18 +0200)
Without 'BUILD_DEVICES' defined, the U-Boot related package won't be
automatically selected when building for Toradex Apalis device.

Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
package/boot/uboot-imx6/Makefile

index dd07919455b971364dd6c91de6b3f63f0864cdd6..d87b599eb830c3690ae71c8c78a495edc86f81ca 100644 (file)
@@ -24,6 +24,7 @@ define U-Boot/apalis_imx6
   NAME:=Toradex Apalis
   UBOOT_IMAGE:=SPL u-boot.img u-boot-with-spl.imx
   UBOOT_MAKE_FLAGS:=SPL u-boot.img u-boot-with-spl.imx
+  BUILD_DEVICES:=apalis
 endef
 
 define U-Boot/mx6cuboxi