Skip to content

Instantly share code, notes, and snippets.

Created February 14, 2013 22:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/4957168 to your computer and use it in GitHub Desktop.
Save anonymous/4957168 to your computer and use it in GitHub Desktop.
From 9100c380c0a8c15b658b3153c107cd99e7110a7b Mon Sep 17 00:00:00 2001
From: Alberto Milone <alberto.milone@canonical.com>
Date: Wed, 9 Jan 2013 11:42:03 +0100
Subject: [PATCH 1/1] Add support for Linux 3.8
---
conftest.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/conftest.sh b/conftest.sh
index 9720cab..1bfbe6f 100755
--- a/conftest.sh
+++ b/conftest.sh
@@ -160,6 +160,7 @@ build_cflags() {
if [ "$ARCH" = "i386" -o "$ARCH" = "x86_64" ]; then
CFLAGS="$CFLAGS -I$SOURCES/arch/x86/include"
+ CFLAGS="$CFLAGS -I$SOURCES/arch/x86/include/uapi"
CFLAGS="$CFLAGS -I$OUTPUT/arch/x86/include/generated"
CFLAGS="$CFLAGS -I$OUTPUT/arch/x86/include/generated/uapi"
elif [ "$ARCH" = "arm" ]; then
--
1.7.9.5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment