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
pre-2.3.4..
[davej-history.git]
/
fs
/
ntfs
/
Makefile
blob
f06e122aaeee8eb34b0e2386a0b87b61ccb00630
1
# Rules for making the NTFS driver
2
3
O_TARGET
:=
ntfs.o
4
O_OBJS
:=
fs.o sysctl.o support.o util.o inode.o
dir
.o super.o attr.o
5
M_OBJS
:= $(
O_TARGET
)
6
EXTRA_CFLAGS
= -
DNTFS_IN_LINUX_KERNEL
-
DNTFS_VERSION
=
\"
990411
\"
7
8
include
$(
TOPDIR
)/
Rules.make
9