Skip to content

Commit

Permalink
targets.mk: fix inconsistent env variable BROKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
Djfe committed Sep 25, 2023
1 parent 8ba43f3 commit 70b316e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion targets/targets.mk
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ $(eval $(call GluonTarget,x86,legacy))
$(eval $(call GluonTarget,x86,64))


ifneq ($(BROKEN),)
ifeq ($(BROKEN),1)
$(eval $(call GluonTarget,bcm27xx,bcm2710)) # BROKEN: Untested
$(eval $(call GluonTarget,mvebu,cortexa9)) # BROKEN: No 11s support
endif

0 comments on commit 70b316e

Please sign in to comment.