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/scripts | |
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/scripts')
-rwxr-xr-x | extra/scripts/gen_bits_syscall_h.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/scripts/gen_bits_syscall_h.sh b/extra/scripts/gen_bits_syscall_h.sh index 0ba444007..116534ab3 100755 --- a/extra/scripts/gen_bits_syscall_h.sh +++ b/extra/scripts/gen_bits_syscall_h.sh @@ -14,7 +14,7 @@ # # Warning!!! This does _no_ error checking!!! -INCLUDE_OPTS="-nostdinc -I${KERNEL_SOURCE}" +INCLUDE_OPTS="-nostdinc -I${KERNEL_HEADERS}" case $CC in *icc*) CC_SYSNUM_ARGS="-dM" ;; |