mirror of
https://github.com/fail0verflow/switch-linux.git
synced 2025-05-04 02:34:21 -04:00
For architectures that just use the generic dma_noop_ops we can provide a generic version of dma-mapping.h. Signed-off-by: Christoph Hellwig <hch@lst.de>
14 lines
345 B
Makefile
14 lines
345 B
Makefile
generic-y += clkdev.h
|
|
generic-y += current.h
|
|
generic-y += dma-mapping.h
|
|
generic-y += exec.h
|
|
generic-y += extable.h
|
|
generic-y += irq_work.h
|
|
generic-y += kprobes.h
|
|
generic-y += mcs_spinlock.h
|
|
generic-y += mm-arch-hooks.h
|
|
generic-y += module.h
|
|
generic-y += preempt.h
|
|
generic-y += sections.h
|
|
generic-y += trace_clock.h
|
|
generic-y += word-at-a-time.h
|