mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-16 04:37:07 +07:00
6bdf1e0efb
That's the default now, no need for makefiles to set it. Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Acked-by: Kalle Valo <kvalo@codeaurora.org> Acked-by: Marcel Holtmann <marcel@holtmann.org> Acked-by: Marc Kleine-Budde <mkl@pengutronix.de> Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Acked-by: Arend van Spriel <arend.vanspriel@broadcom.com>
8 lines
194 B
Makefile
8 lines
194 B
Makefile
#
|
|
# Makefile for the Altera device drivers.
|
|
#
|
|
|
|
obj-$(CONFIG_ALTERA_TSE) += altera_tse.o
|
|
altera_tse-objs := altera_tse_main.o altera_tse_ethtool.o \
|
|
altera_msgdma.o altera_sgdma.o altera_utils.o
|