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


      1# SPDX-License-Identifier: GPL-2.0
      2cx23885-objs	:= cx23885-cards.o cx23885-video.o cx23885-vbi.o \
      3		    cx23885-core.o cx23885-i2c.o cx23885-dvb.o cx23885-417.o \
      4		    cx23885-ioctl.o cx23885-ir.o cx23885-av.o cx23885-input.o \
      5		    cx23888-ir.o netup-init.o cimax2.o netup-eeprom.o \
      6		    cx23885-f300.o cx23885-alsa.o
      7
      8obj-$(CONFIG_VIDEO_CX23885) += cx23885.o
      9obj-$(CONFIG_MEDIA_ALTERA_CI) += altera-ci.o
     10
     11ccflags-y += -I $(srctree)/drivers/media/tuners
     12ccflags-y += -I $(srctree)/drivers/media/dvb-frontends
     13
     14ccflags-y += $(extra-cflags-y) $(extra-cflags-m)