mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-10 19:26:08 +07:00
![Thiemo Seufer](/assets/img/avatar_default.png)
Signed-off-by: Thiemo Seufer <ths@networkno.de> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
8 lines
161 B
Makefile
8 lines
161 B
Makefile
#
|
|
# Makefile for Qemu specific kernel interface routines under Linux.
|
|
#
|
|
|
|
obj-y = q-firmware.o q-irq.o q-mem.o q-setup.o q-reset.o
|
|
|
|
obj-$(CONFIG_SMP) += q-smp.o
|