8 lines
190 B
Makefile
8 lines
190 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
# Makefile for esd gmbh ESDACC controller driver
|
|
#
|
|
esd_402_pci-objs := esdacc.o esd_402_pci-core.o
|
|
|
|
obj-$(CONFIG_CAN_ESD_402_PCI) += esd_402_pci.o
|