11 lines
		
	
	
		
			214 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			214 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
#
 | 
						|
# Copyright (C) 2000 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com)
 | 
						|
# Licensed under the GPL
 | 
						|
#
 | 
						|
 | 
						|
obj-y = registers.o prctl.o signal.o task_size.o
 | 
						|
 | 
						|
USER_OBJS := $(obj-y)
 | 
						|
 | 
						|
include arch/um/scripts/Makefile.rules
 |