mirror of
				git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
				synced 2025-10-31 16:54:21 +00:00 
			
		
		
		
	xtensa: move generic-y of exported headers to uapi/asm/Kbuild
Since commit fcc8487d47 ("uapi: export all headers under uapi
directories"), all (and only) headers under uapi directories are
exported, but asm-generic wrappers are still exceptions.
To complete de-coupling the uapi from kernel headers, move generic-y
of exported headers to uapi/asm/Kbuild.
With this change, "make headers_install" will just need to parse
uapi/asm/Kbuild to build up exported headers.
Also, move "generic-y += kprobes.h" up in order to keep the entries
sorted.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
			
			
This commit is contained in:
		
							parent
							
								
									ee73056bee
								
							
						
					
					
						commit
						22c92aee6f
					
				
					 2 changed files with 10 additions and 9 deletions
				
			
		|  | @ -1,20 +1,16 @@ | |||
| generic-y += bitsperlong.h | ||||
| generic-y += bug.h | ||||
| generic-y += clkdev.h | ||||
| generic-y += div64.h | ||||
| generic-y += dma-contiguous.h | ||||
| generic-y += emergency-restart.h | ||||
| generic-y += errno.h | ||||
| generic-y += exec.h | ||||
| generic-y += extable.h | ||||
| generic-y += fcntl.h | ||||
| generic-y += hardirq.h | ||||
| generic-y += ioctl.h | ||||
| generic-y += irq_regs.h | ||||
| generic-y += irq_work.h | ||||
| generic-y += kdebug.h | ||||
| generic-y += kmap_types.h | ||||
| generic-y += kvm_para.h | ||||
| generic-y += kprobes.h | ||||
| generic-y += linkage.h | ||||
| generic-y += local.h | ||||
| generic-y += local64.h | ||||
|  | @ -22,13 +18,9 @@ generic-y += mcs_spinlock.h | |||
| generic-y += mm-arch-hooks.h | ||||
| generic-y += percpu.h | ||||
| generic-y += preempt.h | ||||
| generic-y += resource.h | ||||
| generic-y += rwsem.h | ||||
| generic-y += sections.h | ||||
| generic-y += statfs.h | ||||
| generic-y += termios.h | ||||
| generic-y += topology.h | ||||
| generic-y += trace_clock.h | ||||
| generic-y += word-at-a-time.h | ||||
| generic-y += xor.h | ||||
| generic-y += kprobes.h | ||||
|  |  | |||
|  | @ -1,3 +1,12 @@ | |||
| # UAPI Header export list | ||||
| include include/uapi/asm-generic/Kbuild.asm | ||||
| 
 | ||||
| generic-y += bitsperlong.h | ||||
| generic-y += errno.h | ||||
| generic-y += fcntl.h | ||||
| generic-y += ioctl.h | ||||
| generic-y += kvm_para.h | ||||
| generic-y += resource.h | ||||
| generic-y += siginfo.h | ||||
| generic-y += statfs.h | ||||
| generic-y += termios.h | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Masahiro Yamada
						Masahiro Yamada