Browse Source

default to pulling kernel headers from the system install

Mike Frysinger 17 years ago
parent
commit
d1746ec9ad
1 changed files with 1 additions and 1 deletions
  1. 1 1
      extra/Configs/Config.in.arch

+ 1 - 1
extra/Configs/Config.in.arch

@@ -161,7 +161,7 @@ config DO_C99_MATH
 
 
 config KERNEL_HEADERS
 config KERNEL_HEADERS
 	string "Linux kernel header location"
 	string "Linux kernel header location"
-	default "/usr/src/linux/include"
+	default "/usr/include"
 	help
 	help
 	  The kernel source you use to compile with should be the same as the
 	  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
 	  Linux kernel you run your apps on.  uClibc doesn't even try to achieve binary