Remove BROKEN for mpc85xx-generic target

This commit is contained in:
Matthias Schiffer 2014-08-08 20:17:30 +02:00
parent 024d3e3c99
commit c035ad0574

View File

@ -1,6 +1,6 @@
$(eval $(call GluonTarget,ar71xx,generic)) $(eval $(call GluonTarget,ar71xx,generic))
$(eval $(call GluonTarget,mpc85xx,generic))
ifneq ($(BROKEN),) ifneq ($(BROKEN),)
$(eval $(call GluonTarget,x86,generic)) $(eval $(call GluonTarget,x86,generic))
$(eval $(call GluonTarget,mpc85xx,generic))
endif endif