10 lines
286 B
Makefile
10 lines
286 B
Makefile
# 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.)
|
|
|
|
mandatory-y += dma-contiguous.h
|
|
mandatory-y += msi.h
|
|
mandatory-y += simd.h
|