mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00

For loongarch and xtensa that gets them to do what x86 et.al. are doing - have asm/param.h resolve to uapi variant, which is generated by mandatory-y += param.h and contains exact same include. On um it will resolve to x86 uapi variant instead, which also contains the same include (um doesn't have uapi headers, but it does build the host ones). Reviewed-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
29 lines
702 B
Makefile
29 lines
702 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
generic-y += bug.h
|
|
generic-y += compat.h
|
|
generic-y += device.h
|
|
generic-y += dma-mapping.h
|
|
generic-y += emergency-restart.h
|
|
generic-y += exec.h
|
|
generic-y += extable.h
|
|
generic-y += ftrace.h
|
|
generic-y += hw_irq.h
|
|
generic-y += irq_regs.h
|
|
generic-y += irq_work.h
|
|
generic-y += kdebug.h
|
|
generic-y += mcs_spinlock.h
|
|
generic-y += mmiowb.h
|
|
generic-y += module.h
|
|
generic-y += module.lds.h
|
|
generic-y += parport.h
|
|
generic-y += percpu.h
|
|
generic-y += preempt.h
|
|
generic-y += runtime-const.h
|
|
generic-y += softirq_stack.h
|
|
generic-y += switch_to.h
|
|
generic-y += topology.h
|
|
generic-y += trace_clock.h
|
|
generic-y += kprobes.h
|
|
generic-y += mm_hooks.h
|
|
generic-y += vga.h
|
|
generic-y += video.h
|