Makefile 158 B

12345678
  1. # SPDX-License-Identifier: GPL-2.0
  2. obj-$(CONFIG_CAN_DEV) += can-dev.o
  3. can-dev-y += dev.o
  4. can-dev-y += rx-offload.o
  5. can-dev-$(CONFIG_CAN_LEDS) += led.o