 5030c69755
			
		
	
	
	5030c69755
	
	
	
		
			
			-----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEcBAABAgAGBQJT1VYNAAoJEHm+PkMAQRiGQJwIAKSYp1Uqz5O/e5r0V1TlZKT4 1B4Njopl57PwSrJQWcGEuH2yHyM896vfPO4L6BJIOfyWzh8kwpQqclDt6uhXoF/v OsO1zb/7/j+n/pDZsePqP9AyIgErsHEBgUbhecDqzjN++ITPcZjQ6TIMPglZaumN jFAdAZuAaEwqAk8jqN2wlm689Fh9MuUEarHXbXLCqu5RgLrWhFGhp/cTWY62aqnZ XfEeQ9KtpRZmlR/IYjerbb1eRH7ZdJsZ88WngLX9dj/JdNxHWBkWQBXGAusXk5Fk y6LsIV3TjyBdrRKJ1Ifyg/2EIXHNBs8HxTFGXpjtp2HPuMLDxZOWOWikb9URtNg= =Fjf4 -----END PGP SIGNATURE----- Merge tag 'v3.16-rc7' into perf/core, to merge in the latest fixes before applying new changes Signed-off-by: Ingo Molnar <mingo@kernel.org>
		
			
				
	
	
		
			52 lines
		
	
	
	
		
			1.1 KiB
			
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			52 lines
		
	
	
	
		
			1.1 KiB
			
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| # UAPI Header export list
 | |
| include include/uapi/asm-generic/Kbuild.asm
 | |
| 
 | |
| header-y += auxvec.h
 | |
| header-y += bitsperlong.h
 | |
| header-y += byteorder.h
 | |
| header-y += chpid.h
 | |
| header-y += chsc.h
 | |
| header-y += cmb.h
 | |
| header-y += dasd.h
 | |
| header-y += debug.h
 | |
| header-y += errno.h
 | |
| header-y += fcntl.h
 | |
| header-y += ioctl.h
 | |
| header-y += ioctls.h
 | |
| header-y += ipcbuf.h
 | |
| header-y += kvm.h
 | |
| header-y += kvm_para.h
 | |
| header-y += kvm_perf.h
 | |
| header-y += kvm_virtio.h
 | |
| header-y += mman.h
 | |
| header-y += monwriter.h
 | |
| header-y += msgbuf.h
 | |
| header-y += param.h
 | |
| header-y += poll.h
 | |
| header-y += posix_types.h
 | |
| header-y += ptrace.h
 | |
| header-y += qeth.h
 | |
| header-y += resource.h
 | |
| header-y += schid.h
 | |
| header-y += sembuf.h
 | |
| header-y += setup.h
 | |
| header-y += shmbuf.h
 | |
| header-y += sigcontext.h
 | |
| header-y += siginfo.h
 | |
| header-y += signal.h
 | |
| header-y += socket.h
 | |
| header-y += sockios.h
 | |
| header-y += sclp_ctl.h
 | |
| header-y += sie.h
 | |
| header-y += stat.h
 | |
| header-y += statfs.h
 | |
| header-y += swab.h
 | |
| header-y += tape390.h
 | |
| header-y += termbits.h
 | |
| header-y += termios.h
 | |
| header-y += types.h
 | |
| header-y += ucontext.h
 | |
| header-y += unistd.h
 | |
| header-y += virtio-ccw.h
 | |
| header-y += vtoc.h
 | |
| header-y += zcrypt.h
 |