18c2ecf20Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0 28c2ecf20Sopenharmony_ci# 38c2ecf20Sopenharmony_ci# Makefile for the Linux Controller Area Network core. 48c2ecf20Sopenharmony_ci# 58c2ecf20Sopenharmony_ci 68c2ecf20Sopenharmony_ciobj-$(CONFIG_CAN) += can.o 78c2ecf20Sopenharmony_cican-y := af_can.o 88c2ecf20Sopenharmony_cican-$(CONFIG_PROC_FS) += proc.o 98c2ecf20Sopenharmony_ci 108c2ecf20Sopenharmony_ciobj-$(CONFIG_CAN_RAW) += can-raw.o 118c2ecf20Sopenharmony_cican-raw-y := raw.o 128c2ecf20Sopenharmony_ci 138c2ecf20Sopenharmony_ciobj-$(CONFIG_CAN_BCM) += can-bcm.o 148c2ecf20Sopenharmony_cican-bcm-y := bcm.o 158c2ecf20Sopenharmony_ci 168c2ecf20Sopenharmony_ciobj-$(CONFIG_CAN_GW) += can-gw.o 178c2ecf20Sopenharmony_cican-gw-y := gw.o 188c2ecf20Sopenharmony_ci 198c2ecf20Sopenharmony_ciobj-$(CONFIG_CAN_J1939) += j1939/ 208c2ecf20Sopenharmony_ci 218c2ecf20Sopenharmony_ciobj-$(CONFIG_CAN_ISOTP) += can-isotp.o 228c2ecf20Sopenharmony_cican-isotp-y := isotp.o 23