repo.or.cz
/
linux-2.6
/
linux-mips.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove references to CONFIG_PROFILE. Kernel profiling is no longer a
[linux-2.6/linux-mips.git]
/
fs
/
devpts
/
Makefile
blob
2e0c75d749f49ee11e21e0f12363389cc85653b4
1
#
2
# Makefile for the Linux /dev/pts virtual filesystem.
3
#
4
5
O_TARGET
:=
devpts.o
6
O_OBJS
:=
root.o inode.o
7
8
M_OBJS
:= $(
O_TARGET
)
9
10
include
$(
TOPDIR
)/
Rules.make