aboutsummaryrefslogtreecommitdiff
path: root/i686/Makefile
blob: d472ebeef438ede68192587f7a9f9ce45d23ea58 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
include ../${ARCH}/toolchain.mk

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

all: arch.a

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

include ../rules.mk