diff options
Diffstat (limited to 'arch/x86/Makefile.um')
-rw-r--r-- | arch/x86/Makefile.um | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/Makefile.um b/arch/x86/Makefile.um index 95eba554baf9..5b7e898ffd9a 100644 --- a/arch/x86/Makefile.um +++ b/arch/x86/Makefile.um | |||
@@ -18,7 +18,7 @@ LDS_EXTRA := -Ui386 | |||
18 | export LDS_EXTRA | 18 | export LDS_EXTRA |
19 | 19 | ||
20 | # First of all, tune CFLAGS for the specific CPU. This actually sets cflags-y. | 20 | # First of all, tune CFLAGS for the specific CPU. This actually sets cflags-y. |
21 | include $(srctree)/arch/x86/Makefile_32.cpu | 21 | include arch/x86/Makefile_32.cpu |
22 | 22 | ||
23 | # prevent gcc from keeping the stack 16 byte aligned. Taken from i386. | 23 | # prevent gcc from keeping the stack 16 byte aligned. Taken from i386. |
24 | cflags-y += $(call cc-option,-mpreferred-stack-boundary=2) | 24 | cflags-y += $(call cc-option,-mpreferred-stack-boundary=2) |