aboutsummaryrefslogtreecommitdiff
path: root/i686/Makefile
blob: 93f9a635cbc8c3f3da71042541c7f3dad3bfa046 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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

HOSTTARGETBIN += test_gdt
test_gdt.SRCS = test_gdt.cc

TESTS += test_gdt

include ../rules.mk