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


      1# SPDX-License-Identifier: GPL-2.0
      2au0828-objs	:= au0828-core.o au0828-i2c.o au0828-cards.o au0828-dvb.o
      3
      4ifeq ($(CONFIG_VIDEO_AU0828_V4L2),y)
      5  au0828-objs   += au0828-video.o au0828-vbi.o
      6endif
      7
      8ifeq ($(CONFIG_VIDEO_AU0828_RC),y)
      9  au0828-objs   += au0828-input.o
     10endif
     11
     12obj-$(CONFIG_VIDEO_AU0828) += au0828.o
     13
     14ccflags-y += -I $(srctree)/drivers/media/tuners
     15ccflags-y += -I $(srctree)/drivers/media/dvb-frontends
     16
     17ccflags-y += $(extra-cflags-y) $(extra-cflags-m)