9 lines
		
	
	
		
			178 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			178 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| #
 | |
| # Makefile for Linux arch/m68k/atari source directory
 | |
| #
 | |
| 
 | |
| obj-y		:= config.o time.o debug.o ataints.o stdma.o \
 | |
| 			atasound.o stram.o
 | |
| 
 | |
| obj-$(CONFIG_ATARI_KBD_CORE)	+= atakeyb.o
 |