aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2008-03-09 21:42:10 +0000
committerFelix Fietkau <nbd@openwrt.org>2008-03-09 21:42:10 +0000
commit15cc997ddba0c8f1f560cc7755e4f64ac354eb12 (patch)
treeb7c201585ce63940423e3bc58f96469ef068f5b2 /tools
parentd52a9c3bf78ab438f8536618457ae2778a428286 (diff)
downloadupstream-15cc997ddba0c8f1f560cc7755e4f64ac354eb12.tar.gz
upstream-15cc997ddba0c8f1f560cc7755e4f64ac354eb12.tar.bz2
upstream-15cc997ddba0c8f1f560cc7755e4f64ac354eb12.zip
build dtc for all powerpc targets (suggested by Kaloz)
SVN-Revision: 10579
Diffstat (limited to 'tools')
-rw-r--r--tools/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile
index e1f5d8c0b7..0511a48042 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -9,7 +9,7 @@
curdir:=tools
# subdirectories to descend into
-$(curdir)/builddirs := sed sstrip ipkg-utils genext2fs squashfs mtd-utils lzma mkimage firmware-utils patch-cmdline pkg-config automake $(if $(CONFIG_CCACHE),ccache) bison $(if $(CONFIG_TARGET_ppc40x),dtc)
+$(curdir)/builddirs := sed sstrip ipkg-utils genext2fs squashfs mtd-utils lzma mkimage firmware-utils patch-cmdline pkg-config automake $(if $(CONFIG_CCACHE),ccache) bison $(if $(CONFIG_powerpc),dtc)
# builddir dependencies
$(curdir)/squashfs/compile := $(curdir)/lzma/install