diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-12-12 03:30:02 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-12-12 03:30:02 +0000 |
commit | 08e377aab130cc4196dcbb5093589d86946d92c3 (patch) | |
tree | 34ad28ab4ea93c72d5dc296fe7ba8868138b7218 /extra/Configs | |
parent | 29252f8d07c23f00a1590a576ed110573cebacd2 (diff) |
we just want the kernel headers, not the whole kernel source ... so people may need to update their paths slightly
Diffstat (limited to 'extra/Configs')
-rw-r--r-- | extra/Configs/Config.in.arch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/Configs/Config.in.arch b/extra/Configs/Config.in.arch index 6845124c6..a981f7e0a 100644 --- a/extra/Configs/Config.in.arch +++ b/extra/Configs/Config.in.arch @@ -154,9 +154,9 @@ config DO_C99_MATH If your applications require the newer C99 math library functions, then answer Y. -config KERNEL_SOURCE +config KERNEL_HEADERS string "Linux kernel header location" - default "/usr/src/linux" + default "/usr/src/linux/include" help The kernel source you use to compile with should be the same as the Linux kernel you run your apps on. uClibc doesn't even try to achieve binary |