repo.or.cz
/
minix3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
tools/llvm: Do not build with symbols
[minix3.git]
/
minix
/
kernel
/
arch
/
earm
/
bsp
/
ti
/
Makefile.inc
blob
a75a54e2ccec9518b06c3ee926e3d2dc7df5574d
1
#
2
# BSP for TI hardware
3
#
4
5
.PATH: ${.CURDIR}/arch/${MACHINE_ARCH}/bsp/ti
6
7
.for unpaged_obj in omap_serial.o omap_rtc.o omap_reset.o
8
BSP_OBJS_UNPAGED += ${unpaged_obj}
9
.endfor
10
11
SRCS+= omap_init.c omap_serial.c omap_timer.c omap_padconf.c omap_intr.c omap_rtc.c \
12
omap_reset.c
13