diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-06 01:02:30 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-06 01:02:30 +0000 |
commit | 76cb841cb886eef6b3bee341a2266c76578724ad (patch) | |
tree | f5892e5ba6cc11949952a6ce4ecbe6d516d6ce58 /arch/mips/include/asm/Kbuild | |
parent | Initial commit. (diff) | |
download | linux-76cb841cb886eef6b3bee341a2266c76578724ad.tar.xz linux-76cb841cb886eef6b3bee341a2266c76578724ad.zip |
Adding upstream version 4.19.249.upstream/4.19.249
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'arch/mips/include/asm/Kbuild')
-rw-r--r-- | arch/mips/include/asm/Kbuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/arch/mips/include/asm/Kbuild b/arch/mips/include/asm/Kbuild new file mode 100644 index 000000000..58351e484 --- /dev/null +++ b/arch/mips/include/asm/Kbuild @@ -0,0 +1,23 @@ +# MIPS headers +generic-(CONFIG_GENERIC_CSUM) += checksum.h +generic-y += current.h +generic-y += dma-contiguous.h +generic-y += emergency-restart.h +generic-y += export.h +generic-y += irq_work.h +generic-y += local64.h +generic-y += mcs_spinlock.h +generic-y += mm-arch-hooks.h +generic-y += msi.h +generic-y += parport.h +generic-y += percpu.h +generic-y += preempt.h +generic-y += qrwlock.h +generic-y += qspinlock.h +generic-y += sections.h +generic-y += segment.h +generic-y += trace_clock.h +generic-y += unaligned.h +generic-y += user.h +generic-y += word-at-a-time.h +generic-y += xor.h |