Fix the irq mapping for routerboard devices (#1843)
[15.05/openwrt.git] / target / Makefile
index 1b6cbb5..a3b15b2 100644 (file)
@@ -51,4 +51,5 @@ image_install: image_compile
 imagebuilder_install: image_install
        $(MAKE) -C imagebuilder install
 
-$(eval $(call default_subtargets,))
+%-prereq %-prepare %-download %-clean %-compile %-install %-refresh %-update: FORCE
+       $(MAKE) -C $* $(patsubst $*-%,%,$@)