Advertisement
theroot

nvidia-drivers-313.18-linux-3.8+.patch

Feb 19th, 2013
1,234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. --- a/kernel/conftest.sh
  2. +++ b/kernel/conftest.sh
  3. @@ -160,6 +160,7 @@ build_cflags() {
  4.  
  5. if [ "$ARCH" = "i386" -o "$ARCH" = "x86_64" ]; then
  6. CFLAGS="$CFLAGS -I$SOURCES/arch/x86/include"
  7. + CFLAGS="$CFLAGS -I$SOURCES/arch/x86/include/uapi"
  8. CFLAGS="$CFLAGS -I$OUTPUT/arch/x86/include/generated"
  9. CFLAGS="$CFLAGS -I$OUTPUT/arch/x86/include/generated/uapi"
  10. elif [ "$ARCH" = "arm" ]; then
  11. --
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement