Created
April 12, 2011 10:08
-
-
Save dileks/915279 to your computer and use it in GitHub Desktop.
[PATCH] kernel: Fix typo introduced by commit 7121014768c6bb5ffca77e9666182e7a546a1c82
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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