From: Peter Korsgaard Date: Tue, 4 Mar 2008 12:19:19 +0000 (-0000) Subject: buildroot: add kernel-headers to base targets so it gets handled by external-deps X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3d8919a1848fea9db3b3f81910f8e895a546472f;p=buildroot.git buildroot: add kernel-headers to base targets so it gets handled by external-deps --- diff --git a/Makefile b/Makefile index 96436ef517..9a08d718f8 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