diff options
author | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-11-11 13:44:12 +0000 |
---|---|---|
committer | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-11-11 13:44:12 +0000 |
commit | 8307a885978c1ac066e37d469abaedfd1c85bec8 (patch) | |
tree | b9357d8e0560d1e4203b4d248d75099fdfe24939 /tools/Makefile | |
parent | bda513685eb6902e43bff1fe13d361547768121d (diff) |
powerpc: use the in-kernel dtc compiler
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18374 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools/Makefile')
-rw-r--r-- | tools/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile index 1456c0d17..6e5eb24cd 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -18,7 +18,6 @@ tools-y += sstrip ipkg-utils genext2fs squashfs squashfs4 mtd-utils lzma-old mki tools-y += firmware-utils patch-cmdline quilt yaffs2 tools-$(CONFIG_CCACHE) += ccache -tools-$(CONFIG_powerpc) += dtc tools-dep += lzma ifdef CONFIG_GCC_VERSION_4_4 |