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

CCFLAGS += -I../grub/include -I../lib

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

include ../rules.mk