From 3d8919a1848fea9db3b3f81910f8e895a546472f Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Tue, 4 Mar 2008 12:19:19 +0000 Subject: buildroot: add kernel-headers to base targets so it gets handled by external-deps --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3