mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 04:15:07 +07:00
d75d806cbb
The VCS simulator was a tool used in the development of the chip and is no longer used or necessary. Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
10 lines
126 B
Makefile
10 lines
126 B
Makefile
#
|
|
# Makefile for the linux kernel.
|
|
#
|
|
|
|
obj-y := dma.o pinmux.o io.o arbiter.o
|
|
obj-$(CONFIG_CPU_FREQ) += cpufreq.o
|
|
|
|
clean:
|
|
|