include $(TOPDIR)/rules.mk in the image makefiles
[openwrt.git] / target / linux / Makefile
index c08bb4c..e1a314d 100644 (file)
@@ -25,7 +25,12 @@ $(eval $(call kernel_template,2.6,sibyte,2_6_SIBYTE))
 export BOARD
 export KERNEL
 
+source:
+       $(MAKE) -C $(BOARD)-$(KERNEL) source
+       $(MAKE) -C image/$(BOARD) source
+
 prepare:
+       rm -f $(TOPDIR)/.kernel.mk
        $(MAKE) -C $(BOARD)-$(KERNEL) prepare
 
 compile:
This page took 0.023541 seconds and 4 git commands to generate.