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

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

TESTS += test_gdt

include ../rules.mk