Skip to content

Instantly share code, notes, and snippets.

@dileks
Created April 12, 2011 10:08
Show Gist options
  • Select an option

  • Save dileks/915279 to your computer and use it in GitHub Desktop.

Select an option

Save dileks/915279 to your computer and use it in GitHub Desktop.
[PATCH] kernel: Fix typo introduced by commit 7121014768c6bb5ffca77e9666182e7a546a1c82
diff --git a/arch/x86/kernel/acpi/realmode/Makefile b/arch/x86/kernel/acpi/realmode/Makefile
index 6aa8289..2acac64 100644
--- a/arch/x86/kernel/acpi/realmode/Makefile
+++ b/arch/x86/kernel/acpi/realmode/Makefile
@@ -29,7 +29,7 @@ bootsrc := $(src)/../../../boot
# that way we can complain to the user if the CPU is insufficient.
# Compile with _SETUP since this is similar to the boot-time setup code.
KBUILD_CFLAGS := $(LINUXINCLUDE) -g -Os -D_SETUP -D_WAKEUP -D__KERNEL__ \
- -i$(srctree)/$(bootsrc) \
+ -I$(srctree)/$(bootsrc) \
$(cflags-y) \
$(call cc-option, -Wall) \
$(call cc-option, -Wstrict-prototypes) \
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment