repo.or.cz
/
davej-history.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
- Linus: drop support for old-style Makefiles entirely. Big.
[davej-history.git]
/
fs
/
ramfs
/
Makefile
blob
44ff24f061fc5f5a0a0b07af97b7f0d4b458a0e5
1
#
2
# Makefile for the linux ramfs routines.
3
#
4
5
O_TARGET
:=
ramfs.o
6
7
obj-y
:=
inode.o
8
obj-m
:= $(
O_TARGET
)
9
10
include
$(
TOPDIR
)/
Rules.make