aboutsummaryrefslogtreecommitdiff
path: root/i686/Makefile
blob: 8575d9941255c4b6ff95948058c1efe6fdf4ae92 (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