8 lines
185 B
Makefile
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
|