2019-03-17 11:01:09 +09: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 12:55:21 +03:00
|
|
|
|
2020-01-17 08:48:17 +01:00
|
|
|
mandatory-y += dma-contiguous.h
|
2019-10-25 08:10:37 +02:00
|
|
|
mandatory-y += msi.h
|
2019-07-29 12:55:21 +03:00
|
|
|
mandatory-y += simd.h
|