mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
83a8842438
And another header file for which we can use the generic variant, even though it doesn't look obvious at first glance. Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
21 lines
501 B
Makefile
21 lines
501 B
Makefile
generic-y += asm-offsets.h
|
|
generic-y += cacheflush.h
|
|
generic-y += clkdev.h
|
|
generic-y += device.h
|
|
generic-y += dma-contiguous.h
|
|
generic-y += div64.h
|
|
generic-y += emergency-restart.h
|
|
generic-y += export.h
|
|
generic-y += fb.h
|
|
generic-y += irq_regs.h
|
|
generic-y += irq_work.h
|
|
generic-y += kmap_types.h
|
|
generic-y += local.h
|
|
generic-y += local64.h
|
|
generic-y += mcs_spinlock.h
|
|
generic-y += mm-arch-hooks.h
|
|
generic-y += preempt.h
|
|
generic-y += trace_clock.h
|
|
generic-y += unaligned.h
|
|
generic-y += word-at-a-time.h
|