mkimage-profiles/features.in/aarch64-rpi4/config.mk
2020-05-22 13:34:34 +07:00

8 lines
185 B
Makefile

ifeq (,$(filter-out aarch64,$(ARCH)))
use/aarch64-rpi4: use/bootloader/uboot
@$(call add_feature)
@$(call set,KFLAVOURS,rpi-def rpi-un)
@$(call add,THE_PACKAGES,u-boot-tools)
endif