mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-03 22:44:27 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			28 lines
		
	
	
		
			634 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			28 lines
		
	
	
		
			634 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
--- a/arch/cris/include/arch-v10/arch/Kbuild
 | 
						|
+++ b/arch/cris/include/arch-v10/arch/Kbuild
 | 
						|
@@ -1,3 +1,5 @@
 | 
						|
+header-y += elf.h
 | 
						|
+header-y += ptrace.h
 | 
						|
 header-y += user.h
 | 
						|
 header-y += svinto.h
 | 
						|
 header-y += sv_addr_ag.h
 | 
						|
--- a/arch/cris/include/asm/Kbuild
 | 
						|
+++ b/arch/cris/include/asm/Kbuild
 | 
						|
@@ -1,11 +1,14 @@
 | 
						|
 include include/asm-generic/Kbuild.asm
 | 
						|
 
 | 
						|
-header-y += arch-v10/
 | 
						|
-header-y += arch-v32/
 | 
						|
+header-y += ../arch-v10/arch/
 | 
						|
+header-y += ../arch-v32/arch/
 | 
						|
 
 | 
						|
+header-y += elf.h
 | 
						|
 header-y += ethernet.h
 | 
						|
+header-y += page.h
 | 
						|
 header-y += rtc.h
 | 
						|
 header-y += sync_serial.h
 | 
						|
+header-y += user.h
 | 
						|
 
 | 
						|
 unifdef-y += etraxgpio.h
 | 
						|
 unifdef-y += rs485.h
 |