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


      1# SPDX-License-Identifier: GPL-2.0
      2cx231xx-y += cx231xx-video.o cx231xx-i2c.o cx231xx-cards.o cx231xx-core.o
      3cx231xx-y += cx231xx-avcore.o cx231xx-417.o cx231xx-pcb-cfg.o cx231xx-vbi.o
      4cx231xx-$(CONFIG_VIDEO_CX231XX_RC) += cx231xx-input.o
      5
      6cx231xx-alsa-objs := cx231xx-audio.o
      7
      8obj-$(CONFIG_VIDEO_CX231XX) += cx231xx.o
      9obj-$(CONFIG_VIDEO_CX231XX_ALSA) += cx231xx-alsa.o
     10obj-$(CONFIG_VIDEO_CX231XX_DVB) += cx231xx-dvb.o
     11
     12ccflags-y += -I $(srctree)/drivers/media/tuners
     13ccflags-y += -I $(srctree)/drivers/media/dvb-frontends