buildroot: add kernel-headers to base targets so it gets handled by external-deps
authorPeter Korsgaard <jacmet@sunsite.dk>
Tue, 4 Mar 2008 12:19:19 +0000 (12:19 -0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Tue, 4 Mar 2008 12:19:19 +0000 (12:19 -0000)
Makefile

index 96436ef51701127a3c9a4f839fe84d5a1540854b..9a08d718f851f88b1cec27ce7d0986dfe88ba136 100644 (file)
--- 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