summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2008-03-04 12:19:19 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2008-03-04 12:19:19 +0000
commit3d8919a1848fea9db3b3f81910f8e895a546472f (patch)
tree8373e79dd1e297623bbfa03aee3e517f61643763 /Makefile
parent155971e08fb51a7e385d13c649a5651cf261f41b (diff)
downloadbuildroot-novena-3d8919a1848fea9db3b3f81910f8e895a546472f.tar.gz
buildroot-novena-3d8919a1848fea9db3b3f81910f8e895a546472f.zip
buildroot: add kernel-headers to base targets so it gets handled by external-deps
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 96436ef51..9a08d718f 100644
--- a/Makefile
+++ b/Makefile
@@ -187,7 +187,7 @@ PREFERRED_LIB_FLAGS:=--enable-static --enable-shared
#
##############################################################
ifeq ($(BR2_TOOLCHAIN_SOURCE),y)
-BASE_TARGETS:=uclibc-configured binutils cross_compiler uclibc-target-utils
+BASE_TARGETS:=uclibc-configured binutils cross_compiler uclibc-target-utils kernel-headers
else
BASE_TARGETS:=uclibc
endif