Skip to content
Snippets Groups Projects
targets.mk 237 B
Newer Older
  • Learn to ignore specific revisions
  • $(eval $(call GluonTarget,ar71xx,generic))
    
    $(eval $(call GluonTarget,mpc85xx,generic))
    
    $(eval $(call GluonTarget,x86,generic))
    
    $(eval $(call GluonTarget,x86,kvm_guest))
    
    ifneq ($(BROKEN),)
    
    Nils Schneider's avatar
    Nils Schneider committed
    $(eval $(call GluonTarget,ramips,rt305x))