summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorEric Andersen2006-07-19 01:43:58 +0200
committerEric Andersen2006-07-19 01:43:58 +0200
commit98bc6dac2abdd81a0f6cb504ffdcd4bd6ae77e2f (patch)
treee002dd54611f7cd6da28460af6492072b218da86 /Makefile
parentstick an extra blank line after results (diff)
downloadbuildroot-98bc6dac2abdd81a0f6cb504ffdcd4bd6ae77e2f.tar.gz
buildroot-98bc6dac2abdd81a0f6cb504ffdcd4bd6ae77e2f.tar.xz
buildroot-98bc6dac2abdd81a0f6cb504ffdcd4bd6ae77e2f.zip
configuring uClibc depends on first having kernel headers in place
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c181aa7cc..e9d0ab8e2 100644
--- a/Makefile
+++ b/Makefile
@@ -43,7 +43,7 @@ ifeq ($(strip $(BR2_HAVE_DOT_CONFIG)),y)
# along with the packages to build for the target.
#
##############################################################
-TARGETS:=kernel-headers uclibc-configured binutils gcc uclibc-target-utils
+TARGETS:=uclibc-configured binutils gcc uclibc-target-utils
include toolchain/Makefile.in
include package/Makefile.in