aboutsummaryrefslogtreecommitdiff
path: root/i686/Makefile
blob: 0a1995562fa70b73e392187f6055436e936a8140 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
include ../Makefile.config

INCLUDES := -isystem../grub
${ARCH}_CFLAGS   += ${INCLUDES}
${ARCH}_CXXFLAGS += ${INCLUDES}

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

include ../rules.mk

include:
	mkdir -p $@
	ln -sTf ../../grub $@/grub