repo.or.cz
/
linux-2.6
/
verdex.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[PATCH] Driver Core: pm diagnostics update, check for errors
[linux-2.6/verdex.git]
/
arch
/
mips
/
ddb5xxx
/
ddb5477
/
Makefile
blob
b79b43c9f93b399775d4c769d0d56a1ecc0f9b91
1
#
2
# Makefile for NEC DDB-Vrc5477 board
3
#
4
5
obj-y
+=
int-handler.o irq.o irq_5477.o setup.o lcd44780.o
6
7
obj-
$(
CONFIG_RUNTIME_DEBUG
) +=
debug.o
8
obj-
$(
CONFIG_KGDB
) +=
kgdb_io.o
9
10
EXTRA_AFLAGS
:= $(
CFLAGS
)