mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-21 09:15:42 +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>
30 lines
691 B
Makefile
30 lines
691 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
generic-y += bugs.h
|
|
generic-y += compat.h
|
|
generic-y += device.h
|
|
generic-y += div64.h
|
|
generic-y += dma-mapping.h
|
|
generic-y += emergency-restart.h
|
|
generic-y += extable.h
|
|
generic-y += ftrace.h
|
|
generic-y += hardirq.h
|
|
generic-y += hw_irq.h
|
|
generic-y += irq_regs.h
|
|
generic-y += irq_work.h
|
|
generic-y += kvm_para.h
|
|
generic-y += local.h
|
|
generic-y += local64.h
|
|
generic-y += mcs_spinlock.h
|
|
generic-y += mm-arch-hooks.h
|
|
generic-y += mmiowb.h
|
|
generic-y += msi.h
|
|
generic-y += parport.h
|
|
generic-y += percpu.h
|
|
generic-y += preempt.h
|
|
generic-y += topology.h
|
|
generic-y += trace_clock.h
|
|
generic-y += user.h
|
|
generic-y += vga.h
|
|
generic-y += word-at-a-time.h
|
|
generic-y += xor.h
|