8 lines
143 B
Makefile
8 lines
143 B
Makefile
|
# SPDX-License-Identifier: GPL-2.0
|
||
|
|
||
|
obj-$(CONFIG_CAN_SLCAN) += slcan.o
|
||
|
|
||
|
slcan-objs :=
|
||
|
slcan-objs += slcan-core.o
|
||
|
slcan-objs += slcan-ethtool.o
|