oops, forgot to remove references to libnotimpl
SVN-Revision: 5356
This commit is contained in:
parent
2f9448bd1f
commit
8ec5b1d614
1 changed files with 1 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
||||||
#
|
#
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
TARGETS-y:=kernel-headers libnotimpl
|
TARGETS-y:=kernel-headers
|
||||||
TARGETS-$(CONFIG_GDB) += gdb
|
TARGETS-$(CONFIG_GDB) += gdb
|
||||||
ifeq ($(CONFIG_NATIVE_TOOLCHAIN),)
|
ifeq ($(CONFIG_NATIVE_TOOLCHAIN),)
|
||||||
TARGETS-y+=binutils gcc uClibc
|
TARGETS-y+=binutils gcc uClibc
|
||||||
|
@ -29,7 +29,6 @@ ifeq ($(CONFIG_NATIVE_TOOLCHAIN),)
|
||||||
binutils-prepare: uClibc-prepare
|
binutils-prepare: uClibc-prepare
|
||||||
gcc-prepare: binutils-install
|
gcc-prepare: binutils-install
|
||||||
uClibc-compile: gcc-compile
|
uClibc-compile: gcc-compile
|
||||||
libnotimpl-compile: gcc-install
|
|
||||||
endif
|
endif
|
||||||
gcc-install: uClibc-install
|
gcc-install: uClibc-install
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue