aboutsummaryrefslogtreecommitdiff
path: root/i686/Makefile
blob: a04e5d3b44100ad7b27312975f31ce8c660619a4 (plain)
1
2
3
4
5
6
7
8
9
10
include ../Makefile.config

CCFLAGS += -I../grub/include -I../lib -mgeneral-regs-only

arch,SRCS = boot.S init.s \
	    gdt.c lgdt.c \
	    lidt.c isr.c

include ../rules.mk