summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPeter Korsgaard2008-06-13 16:28:57 +0200
committerPeter Korsgaard2008-06-13 16:28:57 +0200
commitf85cd12c170850aa44ba4bf12d2dfcc31e9716ed (patch)
tree9e806b58f415b8b4cf501731146eed68ec82c20c /Makefile
parentavahi: make sure usr/lib/ exists (diff)
downloadbuildroot-f85cd12c170850aa44ba4bf12d2dfcc31e9716ed.tar.gz
buildroot-f85cd12c170850aa44ba4bf12d2dfcc31e9716ed.tar.xz
buildroot-f85cd12c170850aa44ba4bf12d2dfcc31e9716ed.zip
toolchain: also setup kernel headers when ext toolchain is used
Provide kernel headers when ext toolchain is used, so we can compile packages which need them.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b6622b12d..caabd690c 100644
--- a/Makefile
+++ b/Makefile
@@ -196,7 +196,7 @@ PREFERRED_LIB_FLAGS:=--enable-static --enable-shared
ifeq ($(BR2_TOOLCHAIN_SOURCE),y)
BASE_TARGETS:=uclibc-configured binutils cross_compiler uclibc-target-utils kernel-headers
else
-BASE_TARGETS:=uclibc
+BASE_TARGETS:=uclibc kernel-headers
endif
TARGETS:=