brintos

brintos / linux-shallow public Read only

0
0
Text · 232 B · 65e8549 Raw
9 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2#3#  Makefile for the Bosch CC770 CAN controller drivers.4#5 6obj-$(CONFIG_CAN_CC770) += cc770.o7obj-$(CONFIG_CAN_CC770_ISA) += cc770_isa.o8obj-$(CONFIG_CAN_CC770_PLATFORM) += cc770_platform.o9