Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/C/Linux/net/can/   (Open Source Betriebssystem Version 6.17.9©)  Datei vom 24.10.2025 mit Größe 438 B image not shown  

Quelle  Makefile   Sprache: unbekannt

 
# SPDX-License-Identifier: GPL-2.0
#
#  Makefile for the Linux Controller Area Network core.
#

obj-$(CONFIG_CAN) += can.o
can-y   := af_can.o
can-$(CONFIG_PROC_FS) += proc.o

obj-$(CONFIG_CAN_RAW) += can-raw.o
can-raw-y  := raw.o

obj-$(CONFIG_CAN_BCM) += can-bcm.o
can-bcm-y  := bcm.o

obj-$(CONFIG_CAN_GW) += can-gw.o
can-gw-y  := gw.o

obj-$(CONFIG_CAN_J1939) += j1939/

obj-$(CONFIG_CAN_ISOTP) += can-isotp.o
can-isotp-y  := isotp.o

Messung V0.5
C=97 H=94 G=95

[ Dauer der Verarbeitung: 0.16 Sekunden  (vorverarbeitet)  ]