Masahiro Yamada | 037fc33 | 2019-03-17 11:01:09 +0900 | [diff] [blame] | 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.) |
Ard Biesheuvel | 82cb548 | 2019-07-29 12:55:21 +0300 | [diff] [blame] | 6 | |
Michal Simek | def3f7c | 2020-01-17 08:48:17 +0100 | [diff] [blame] | 7 | mandatory-y += dma-contiguous.h |
Michal Simek | a1b39ba | 2019-10-25 08:10:37 +0200 | [diff] [blame] | 8 | mandatory-y += msi.h |
Ard Biesheuvel | 82cb548 | 2019-07-29 12:55:21 +0300 | [diff] [blame] | 9 | mandatory-y += simd.h |