can: slcan: move driver into separate sub directory
This patch moves the slcan driver into a separate directory, a later patch will add more files. Link: https://lore.kernel.org/all/20220628163137.413025-10-dario.binacchi@amarulasolutions.com Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
This commit is contained in:
parent
5bac315be7
commit
98b1206459
3 changed files with 7 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
obj-$(CONFIG_CAN_VCAN) += vcan.o
|
||||
obj-$(CONFIG_CAN_VXCAN) += vxcan.o
|
||||
obj-$(CONFIG_CAN_SLCAN) += slcan.o
|
||||
obj-$(CONFIG_CAN_SLCAN) += slcan/
|
||||
|
||||
obj-y += dev/
|
||||
obj-y += rcar/
|
||||
|
|
|
|||
6
drivers/net/can/slcan/Makefile
Normal file
6
drivers/net/can/slcan/Makefile
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
# SPDX-License-Identifier: GPL-2.0
|
||||
|
||||
obj-$(CONFIG_CAN_SLCAN) += slcan.o
|
||||
|
||||
slcan-objs :=
|
||||
slcan-objs += slcan-core.o
|
||||
Loading…
Add table
Add a link
Reference in a new issue