Update targets/targets.mk

Co-authored-by: Jan-Niklas Burfeind <github@aiyionpri.me>
This commit is contained in:
LizenzFass78851 2023-02-25 15:07:23 +01:00 committed by GitHub
parent 45284591c6
commit d91a16cd8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,6 +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,bcm63xx,generic)) # BROKEN: No 11s support
$(eval $(call GluonTarget,mvebu,cortexa9)) # BROKEN: No 11s support
endif