mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 08:58:07 +00:00
0ccd234ca0
Replace EXTRA_CFLAGS with ccflags-y. And change ntfs-objs to ntfs-y for cleaner conditional inclusion. Signed-off-by: matt mooney <mfm@muteddisk.com> Acked-by: WANG Cong <xiyou.wangcong@gmail.com> Signed-off-by: Michal Marek <mmarek@suse.cz>
9 lines
194 B
Makefile
9 lines
194 B
Makefile
#
|
|
# Makefile for the Linux affs filesystem routines.
|
|
#
|
|
|
|
#ccflags-y := -DDEBUG=1
|
|
|
|
obj-$(CONFIG_AFFS_FS) += affs.o
|
|
|
|
affs-objs := super.o namei.o inode.o file.o dir.o amigaffs.o bitmap.o symlink.o
|