diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-06-20 23:56:49 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-06-20 23:56:49 +0000 |
commit | 00ea655b03ee6aaeebd4a4cd952dad7ad2252e75 (patch) | |
tree | d7b1c1c038999f6836cd7e7f9a582f77663f63dd /target/linux/Makefile | |
parent | 6243bf96493fb54ce5bd02592115d53e1fad0495 (diff) | |
download | upstream-00ea655b03ee6aaeebd4a4cd952dad7ad2252e75.tar.gz upstream-00ea655b03ee6aaeebd4a4cd952dad7ad2252e75.tar.bz2 upstream-00ea655b03ee6aaeebd4a4cd952dad7ad2252e75.zip |
add target/download
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4030 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/Makefile')
-rw-r--r-- | target/linux/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/Makefile b/target/linux/Makefile index c08bb4c89c..2caee31b36 100644 --- a/target/linux/Makefile +++ b/target/linux/Makefile @@ -25,6 +25,10 @@ $(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: $(MAKE) -C $(BOARD)-$(KERNEL) prepare |