diff options
Diffstat (limited to 'i686/Makefile')
-rw-r--r-- | i686/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i686/Makefile b/i686/Makefile index 431db77..a04e5d3 100644 --- a/i686/Makefile +++ b/i686/Makefile @@ -1,6 +1,6 @@ include ../Makefile.config -CCFLAGS += -I../grub/include -I../lib +CCFLAGS += -I../grub/include -I../lib -mgeneral-regs-only arch,SRCS = boot.S init.s \ gdt.c lgdt.c \ |