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


      1# SPDX-License-Identifier: GPL-2.0
      2#
      3# Makefile for the kernel SAA7146 FULL TS DVB device driver
      4#
      5
      6obj-$(CONFIG_DVB_BUDGET_CORE) += budget-core.o
      7obj-$(CONFIG_DVB_BUDGET) += budget.o
      8obj-$(CONFIG_DVB_BUDGET_AV) += budget-av.o
      9obj-$(CONFIG_DVB_BUDGET_CI) += budget-ci.o
     10
     11ccflags-y += -I $(srctree)/drivers/media/dvb-frontends/
     12ccflags-y += -I $(srctree)/drivers/media/tuners
     13ccflags-y += -I $(srctree)/drivers/media/common