Skip to content

Commit

Permalink
x86-generic: remove BROKEN check
Browse files Browse the repository at this point in the history
  • Loading branch information
neocturne committed Jan 29, 2015
1 parent 07e9b94 commit 3056e8b
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
@@ -1,7 +1,7 @@
$(eval $(call GluonTarget,ar71xx,generic))
$(eval $(call GluonTarget,mpc85xx,generic))
$(eval $(call GluonTarget,x86,generic))

ifneq ($(BROKEN),)
$(eval $(call GluonTarget,ramips,rt305x))
$(eval $(call GluonTarget,x86,generic))
endif

0 comments on commit 3056e8b

Please sign in to comment.