This repository has been archived on 2024-05-11. You can view files and clone it, but cannot push or open issues or pull requests.
gluon-firmware/targets/targets.mk

10 lines
277 B
Makefile
Raw Normal View History

$(eval $(call GluonTarget,ar71xx,generic))
$(eval $(call GluonTarget,ar71xx,nand))
$(eval $(call GluonTarget,mpc85xx,generic))
2015-01-29 06:49:00 +00:00
$(eval $(call GluonTarget,x86,generic))
2015-03-07 15:40:06 +00:00
$(eval $(call GluonTarget,x86,kvm_guest))
2014-07-26 14:11:27 +00:00
ifneq ($(BROKEN),)
$(eval $(call GluonTarget,ramips,rt305x))
endif