- small cleanups to make allmodconfig pass - defconfig refresh - a handful of code sanitization patches -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) iEYEABECAAYFAlKF9WkACgkQ70gcjN2673NUSQCffUNqhw74yO4K8E+2CNVwmwNF uIoAniqV3CoCGJ1jioMx0YGLWwsAWJay =EvE1 -----END PGP SIGNATURE----- Merge tag 'for-3.13' of git://git.openrisc.net/~jonas/linux Pull OpenRISC updates from Jonas Bonn: - small cleanups to make allmodconfig pass - defconfig refresh - a handful of code sanitization patches * tag 'for-3.13' of git://git.openrisc.net/~jonas/linux: openrisc: Refactor or32_early_setup() openrisc: Remove unused declaration of __initramfs_start openrisc: Use the declarations provided by <asm/sections.h> openrisc: Refresh or1ksim_defconfig for v3.12 openrisc: Refactor 16-bit constant relocation openrisc: include: asm: Kbuild: add default "vga.h" openrisc: Makefile: append "-D__linux__" to KBUILD_CFLAGS
72 lines
1.5 KiB
Makefile
72 lines
1.5 KiB
Makefile
|
|
header-y += ucontext.h
|
|
|
|
generic-y += atomic.h
|
|
generic-y += auxvec.h
|
|
generic-y += barrier.h
|
|
generic-y += bitsperlong.h
|
|
generic-y += bug.h
|
|
generic-y += bugs.h
|
|
generic-y += cacheflush.h
|
|
generic-y += checksum.h
|
|
generic-y += clkdev.h
|
|
generic-y += cmpxchg.h
|
|
generic-y += cmpxchg-local.h
|
|
generic-y += cputime.h
|
|
generic-y += current.h
|
|
generic-y += device.h
|
|
generic-y += div64.h
|
|
generic-y += dma.h
|
|
generic-y += emergency-restart.h
|
|
generic-y += errno.h
|
|
generic-y += exec.h
|
|
generic-y += fb.h
|
|
generic-y += fcntl.h
|
|
generic-y += ftrace.h
|
|
generic-y += futex.h
|
|
generic-y += hardirq.h
|
|
generic-y += hw_irq.h
|
|
generic-y += ioctl.h
|
|
generic-y += ioctls.h
|
|
generic-y += ipcbuf.h
|
|
generic-y += irq_regs.h
|
|
generic-y += kdebug.h
|
|
generic-y += kmap_types.h
|
|
generic-y += kvm_para.h
|
|
generic-y += local.h
|
|
generic-y += mman.h
|
|
generic-y += module.h
|
|
generic-y += msgbuf.h
|
|
generic-y += pci.h
|
|
generic-y += percpu.h
|
|
generic-y += poll.h
|
|
generic-y += posix_types.h
|
|
generic-y += resource.h
|
|
generic-y += scatterlist.h
|
|
generic-y += sections.h
|
|
generic-y += segment.h
|
|
generic-y += sembuf.h
|
|
generic-y += setup.h
|
|
generic-y += shmbuf.h
|
|
generic-y += shmparam.h
|
|
generic-y += siginfo.h
|
|
generic-y += signal.h
|
|
generic-y += socket.h
|
|
generic-y += sockios.h
|
|
generic-y += statfs.h
|
|
generic-y += stat.h
|
|
generic-y += string.h
|
|
generic-y += switch_to.h
|
|
generic-y += swab.h
|
|
generic-y += termbits.h
|
|
generic-y += termios.h
|
|
generic-y += topology.h
|
|
generic-y += trace_clock.h
|
|
generic-y += types.h
|
|
generic-y += ucontext.h
|
|
generic-y += user.h
|
|
generic-y += vga.h
|
|
generic-y += word-at-a-time.h
|
|
generic-y += xor.h
|
|
generic-y += preempt.h
|