3.1.7 branch.
[minix.git] / kernel / arch / i386 / Makefile.inc
blobe40cde29f82a243dad0475d4e06e9b1de2f9979d
1 # Makefile for arch-dependent kernel code
2 .include <minix.own.mk>
4 .PATH:  ${.CURDIR}/arch/${ARCH}
5 SRCS+=  arch_do_vmctl.c \
6         breakpoints.c \
7         arch_clock.c \
8         debugreg.S \
9         do_int86.c \
10         do_iopenable.c \
11         do_readbios.c \
12         do_sdevio.c \
13         exception.c \
14         i8259.c \
15         klib.S \
16         memory.c \
17         oxpcie.c \
18         protect.c \
19         arch_system.c \
20         apic.c \
21         apic_asm.S \
22         arch_watchdog.c