projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
155971e
)
buildroot: add kernel-headers to base targets so it gets handled by external-deps
author
Peter Korsgaard
<jacmet@sunsite.dk>
Tue, 4 Mar 2008 12:19:19 +0000
(12:19 -0000)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Tue, 4 Mar 2008 12:19:19 +0000
(12:19 -0000)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/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