blob: d4a187e453698bbe96589921f97d5ea38bc3d5fb (
plain)
1
2
3
4
5
6
7
|
#
# 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
|