[petr: Second author] [michael, geert: Cleanups and updates] Signed-off-by: Milan Jurik <milan.jurik@xylab.cz> Signed-off-by: Petr Stehlik <pstehlik@sophics.cz> Signed-off-by: Michael Schmitz <schmitz@debian.org> Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Cc: netdev@vger.kernel.org
		
			
				
	
	
		
			10 lines
		
	
	
		
			176 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			176 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
#
 | 
						|
# Makefile for Linux arch/m68k/emu source directory
 | 
						|
#
 | 
						|
 | 
						|
obj-y			+= natfeat.o
 | 
						|
 | 
						|
obj-$(CONFIG_NFBLOCK)	+= nfblock.o
 | 
						|
obj-$(CONFIG_NFCON)	+= nfcon.o
 | 
						|
obj-$(CONFIG_NFETH)	+= nfeth.o
 |