summaryrefslogtreecommitdiffstats
path: root/toolchain/Makefile
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2006-10-31 11:33:34 +0000
committerNicolas Thill <nico@openwrt.org>2006-10-31 11:33:34 +0000
commit8ec5b1d61498d38777972017b7aa76cab0f0ea7e (patch)
tree934eecbf64aa926d0b6c5521e81b4d40eed5b004 /toolchain/Makefile
parent2f9448bd1fbb1600483d08f8130b45912348d080 (diff)
downloadmaster-31e0f0ae-8ec5b1d61498d38777972017b7aa76cab0f0ea7e.tar.gz
master-31e0f0ae-8ec5b1d61498d38777972017b7aa76cab0f0ea7e.tar.bz2
master-31e0f0ae-8ec5b1d61498d38777972017b7aa76cab0f0ea7e.zip
oops, forgot to remove references to libnotimpl
SVN-Revision: 5356
Diffstat (limited to 'toolchain/Makefile')
-rw-r--r--toolchain/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/toolchain/Makefile b/toolchain/Makefile
index 2d8d88219d..3f12218c29 100644
--- a/toolchain/Makefile
+++ b/toolchain/Makefile
@@ -8,7 +8,7 @@
#
include $(TOPDIR)/rules.mk
-TARGETS-y:=kernel-headers libnotimpl
+TARGETS-y:=kernel-headers
TARGETS-$(CONFIG_GDB) += gdb
ifeq ($(CONFIG_NATIVE_TOOLCHAIN),)
TARGETS-y+=binutils gcc uClibc
@@ -29,7 +29,6 @@ ifeq ($(CONFIG_NATIVE_TOOLCHAIN),)
binutils-prepare: uClibc-prepare
gcc-prepare: binutils-install
uClibc-compile: gcc-compile
- libnotimpl-compile: gcc-install
endif
gcc-install: uClibc-install