diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-07-30 21:14:08 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-07-30 21:14:08 +0000 |
commit | 03ffe176e52417222656cd86a4c8439863e53dda (patch) | |
tree | 4c27d19447167e10ac4a4589830a46b794048164 /target/linux | |
parent | afb02558759e846d6ffd541a6b841bed995a6539 (diff) | |
download | upstream-03ffe176e52417222656cd86a4c8439863e53dda.tar.gz upstream-03ffe176e52417222656cd86a4c8439863e53dda.tar.bz2 upstream-03ffe176e52417222656cd86a4c8439863e53dda.zip |
next round of cleanup, convert target/ - make -j works now ;)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8242 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/Makefile b/target/linux/Makefile index 5a1ca723a6..608cfa8eb0 100644 --- a/target/linux/Makefile +++ b/target/linux/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006 OpenWrt.org +# Copyright (C) 2006-2007 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -7,6 +7,6 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/target.mk -clean download prepare compile install menuconfig oldconfig update refresh: FORCE +prereq clean download prepare compile install menuconfig oldconfig update refresh: FORCE $(MAKE) -C $(BOARD)-$(KERNEL) $@ |