bcm63xx: Add bcm63xx-generic to targets.mk

This commit is contained in:
LizenzFass78851 2023-02-25 08:41:43 +01:00
parent a55792711f
commit 45284591c6

View File

@ -25,5 +25,6 @@ $(eval $(call GluonTarget,x86,64))
ifneq ($(BROKEN),)
$(eval $(call GluonTarget,bcm27xx,bcm2710)) # BROKEN: Untested
$(eval $(call GluonTarget,bcm63xx,generic)) # BROKEN: Untested
$(eval $(call GluonTarget,mvebu,cortexa9)) # BROKEN: No 11s support
endif