xref: /linux/include/asm-generic/Kbuild (revision b32694cd0724d4ceca2c62cc7c3d3a8d1ffa11fc)
1# SPDX-License-Identifier: GPL-2.0
2#
3# asm headers that all architectures except um should have
4# (This file is not included when SRCARCH=um since UML borrows several
5# asm headers from the host architecutre.)
6
7mandatory-y += dma-contiguous.h
8mandatory-y += msi.h
9mandatory-y += simd.h
10