X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/c1df5b45043803c52f96c5377fbc858804004590..ed99f7ba3989af286705bbe69517af836d1358a3:/toolchain/Makefile?ds=inline

diff --git a/toolchain/Makefile b/toolchain/Makefile
index 2d8d88219..3f12218c2 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