aboutsummaryrefslogtreecommitdiff
path: root/i686/build.mk
blob: 312e5532ba470cab86e6a42d3924c6b0a40413b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!../mach

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

HOSTTARGETBIN += test_gdt
test_gdt.SRCS = test_gdt.cc

TESTS += test_gdt