mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
795ca178c4
Use Kbuild infrastructure to handle the asm-generic headers and remove the wrapper headers that call them. This only affects headers that do nothing but include the generic equivalent. It does not touch any header that does a little more. Signed-off-by: Steven Rostedt <rostedt@goodmis.org> Signed-off-by: Max Filippov <jcmvbkbc@gmail.com> Signed-off-by: Chris Zankel <chris@zankel.net>
29 lines
642 B
Makefile
29 lines
642 B
Makefile
generic-y += bitsperlong.h
|
|
generic-y += bug.h
|
|
generic-y += clkdev.h
|
|
generic-y += cputime.h
|
|
generic-y += device.h
|
|
generic-y += div64.h
|
|
generic-y += emergency-restart.h
|
|
generic-y += errno.h
|
|
generic-y += exec.h
|
|
generic-y += fcntl.h
|
|
generic-y += futex.h
|
|
generic-y += hardirq.h
|
|
generic-y += ioctl.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 += local64.h
|
|
generic-y += percpu.h
|
|
generic-y += resource.h
|
|
generic-y += scatterlist.h
|
|
generic-y += sections.h
|
|
generic-y += siginfo.h
|
|
generic-y += statfs.h
|
|
generic-y += termios.h
|
|
generic-y += topology.h
|
|
generic-y += xor.h
|