cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

Makefile (277B)


      1# SPDX-License-Identifier: GPL-2.0-or-later
      2#
      3# Makefile for the CTU CAN-FD IP module drivers
      4#
      5
      6obj-$(CONFIG_CAN_CTUCANFD) := ctucanfd.o
      7ctucanfd-y := ctucanfd_base.o
      8
      9obj-$(CONFIG_CAN_CTUCANFD_PCI) += ctucanfd_pci.o
     10obj-$(CONFIG_CAN_CTUCANFD_PLATFORM) += ctucanfd_platform.o