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>
29 lines
726 B
Makefile
29 lines
726 B
Makefile
# MIPS headers
|
|
generated-y += syscall_table_32_o32.h
|
|
generated-y += syscall_table_64_n32.h
|
|
generated-y += syscall_table_64_n64.h
|
|
generated-y += syscall_table_64_o32.h
|
|
generic-y += current.h
|
|
generic-y += device.h
|
|
generic-y += dma-contiguous.h
|
|
generic-y += emergency-restart.h
|
|
generic-y += export.h
|
|
generic-y += irq_work.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 += qrwlock.h
|
|
generic-y += qspinlock.h
|
|
generic-y += sections.h
|
|
generic-y += segment.h
|
|
generic-y += trace_clock.h
|
|
generic-y += unaligned.h
|
|
generic-y += user.h
|
|
generic-y += word-at-a-time.h
|
|
generic-y += xor.h
|