mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 07:55:25 +07:00
fdcd06a8ab
Hook up asm-generic/mmiowb.h to Kbuild for all architectures so that we can subsequently include asm/mmiowb.h from core code. Cc: Masahiro Yamada <yamada.masahiro@socionext.com> Cc: Arnd Bergmann <arnd@arndb.de> Acked-by: Linus Torvalds <torvalds@linux-foundation.org> Signed-off-by: Will Deacon <will.deacon@arm.com>
26 lines
569 B
Makefile
26 lines
569 B
Makefile
generic-y += compat.h
|
|
generic-y += current.h
|
|
generic-y += early_ioremap.h
|
|
generic-y += emergency-restart.h
|
|
generic-y += exec.h
|
|
generic-y += extable.h
|
|
generic-y += irq_regs.h
|
|
generic-y += kdebug.h
|
|
generic-y += local.h
|
|
generic-y += local64.h
|
|
generic-y += mm-arch-hooks.h
|
|
generic-y += mmiowb.h
|
|
generic-y += msi.h
|
|
generic-y += parport.h
|
|
generic-y += preempt.h
|
|
generic-y += rwsem.h
|
|
generic-y += seccomp.h
|
|
generic-y += segment.h
|
|
generic-y += serial.h
|
|
generic-y += simd.h
|
|
generic-y += sizes.h
|
|
generic-y += trace_clock.h
|
|
|
|
generated-y += mach-types.h
|
|
generated-y += unistd-nr.h
|