gluon/targets/targets.mk
Matthias Schiffer ff4a030eb3 Disable images and targets which aren't known to work by default
They can still be enabled by supplying BROKEN=1.
2014-06-06 19:27:16 +02:00

6 lines
109 B
Makefile

$(eval $(call GluonTarget,ar71xx,generic))
ifeq ($(BROKEN),1)
$(eval $(call GluonTarget,x86,generic))
endif