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: remove driver model detach_state
[linux-2.6/verdex.git]
/
arch
/
mips
/
dec
/
prom
/
Makefile
blob
373822ec2d8c28e512d6b7ae48f2fd018c143636
1
#
2
# Makefile for the DECstation prom monitor library routines
3
# under Linux.
4
#
5
6
lib-y
+=
init.o memory.o cmdline.o identify.o console.o
7
8
lib-
$(
CONFIG_MIPS32
) +=
locore.o
9
lib-
$(
CONFIG_MIPS64
) +=
call_o32.o
10
11
EXTRA_AFLAGS
:= $(
CFLAGS
)