mkimage-profiles/features.in/armh-mcom02/config.mk
Anton Midyukov 853c5e275d aarch64-tegra, armh-mcom02: use/bootloader/u-boot
It's required to set BASE_BOOTLOADER variable,
otherwise grub will get in *too*.
2019-09-30 21:29:12 +03:00

15 lines
413 B
Makefile

ifeq (,$(filter-out armh,$(ARCH)))
use/armh-mcom02: use/bootloader/uboot use/tty/S0
@$(call add_feature)
@$(call set,KFLAVOURS,mcom02)
@$(call add,THE_PACKAGES,u-boot-mcom02-firmware-tools u-boot-mcom02)
use/armh-mcom02/x11: use/armh-mcom02
@$(call add,THE_PACKAGES,xorg-drv-fbturbo)
use/armh-mcom02/mali: use/armh-mcom02/x11
@$(call add,THE_KMODULES,mali)
@$(call add,THE_PACKAGES,libmali-mcom02)
endif