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 (330B)


      1# SPDX-License-Identifier: GPL-2.0-only
      2#
      3# Makefile for Samsung S3FWRN5 NFC driver
      4#
      5
      6s3fwrn5-objs = core.o firmware.o nci.o phy_common.o
      7s3fwrn5_i2c-objs = i2c.o
      8s3fwrn82_uart-objs = uart.o
      9
     10obj-$(CONFIG_NFC_S3FWRN5) += s3fwrn5.o
     11obj-$(CONFIG_NFC_S3FWRN5_I2C) += s3fwrn5_i2c.o
     12obj-$(CONFIG_NFC_S3FWRN82_UART) += s3fwrn82_uart.o