mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-23 16:39:53 +07:00
9cfc5e0454
The mn10300 arch uses a verbatim copy of the asm-generic version and does not add any own implementations to the header, so use asm-generic/fb.h instead of duplicating code. Link: http://lkml.kernel.org/r/20170517083348.1815-1-tklauser@distanz.ch Signed-off-by: Tobias Klauser <tklauser@distanz.ch> Reviewed-by: David Howells <dhowells@redhat.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
15 lines
314 B
Makefile
15 lines
314 B
Makefile
|
|
generic-y += barrier.h
|
|
generic-y += clkdev.h
|
|
generic-y += device.h
|
|
generic-y += exec.h
|
|
generic-y += extable.h
|
|
generic-y += fb.h
|
|
generic-y += irq_work.h
|
|
generic-y += mcs_spinlock.h
|
|
generic-y += mm-arch-hooks.h
|
|
generic-y += preempt.h
|
|
generic-y += sections.h
|
|
generic-y += trace_clock.h
|
|
generic-y += word-at-a-time.h
|