mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-02 17:49:03 +02:00 
			
		
		
		
	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
 |