Project

General

Profile

Statistics
| Branch: | Revision:

root / prex-0.9.0 / bsp / hal / x86 / pc / Makefile.inc @ 03e9c04a

History | View | Annotate | Download (274 Bytes)

1

    
2
SRCS:=		x86/arch/locore.S \
3
		x86/arch/cpufunc.S \
4
		x86/arch/cpu.c \
5
		x86/arch/trap.c \
6
		x86/arch/context.c \
7
		x86/pc/interrupt.c \
8
		x86/pc/clock.c \
9
		x86/pc/machdep.c
10

    
11
ifeq ($(CONFIG_MMU),y)
12
SRCS+=		x86/arch/mmu.c
13
endif
14
ifeq ($(DEBUG),1)
15
SRCS+=		x86/pc/diag.c
16
endif