License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-block.git] / net / can / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
0d66548a
OH
2#
3# Makefile for the Linux Controller Area Network core.
4#
5
6obj-$(CONFIG_CAN) += can.o
a20fadf8
AA
7can-y := af_can.o
8can-$(CONFIG_PROC_FS) += proc.o
c18ce101
OH
9
10obj-$(CONFIG_CAN_RAW) += can-raw.o
bac14e01 11can-raw-y := raw.o
ffd980f9
OH
12
13obj-$(CONFIG_CAN_BCM) += can-bcm.o
bac14e01 14can-bcm-y := bcm.o
c1aabdf3
OH
15
16obj-$(CONFIG_CAN_GW) += can-gw.o
17can-gw-y := gw.o