2019-03-17 10:01:09 +08:00
|
|
|
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
#
|
|
|
|
# asm headers that all architectures except um should have
|
|
|
|
# (This file is not included when SRCARCH=um since UML borrows several
|
|
|
|
# asm headers from the host architecutre.)
|
2019-07-29 17:55:21 +08:00
|
|
|
|
2020-01-17 15:48:17 +08:00
|
|
|
mandatory-y += dma-contiguous.h
|
2019-10-25 14:10:37 +08:00
|
|
|
mandatory-y += msi.h
|
2019-07-29 17:55:21 +08:00
|
|
|
mandatory-y += simd.h
|