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 93f9a63..3702bef 100644 --- a/i686/Makefile +++ b/i686/Makefile @@ -5,7 +5,7 @@ ${ARCH}_CFLAGS += ${INCLUDES} ${ARCH}_CXXFLAGS += ${INCLUDES} TARGETLIB += arch -arch.SRCS = boot.S init.s \ +arch.SRCS = boot.s init.s \ gdt.c lgdt.c \ lidt.c isr.c |