mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-12-31 06:48:50 +00: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>
15 lines
345 B
Makefile
15 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
|