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


      1# SPDX-License-Identifier: GPL-2.0
      2
      3dvb-vidtv-tuner-objs := vidtv_tuner.o
      4dvb-vidtv-demod-objs := vidtv_demod.o
      5dvb-vidtv-bridge-objs := vidtv_bridge.o vidtv_common.o vidtv_ts.o vidtv_psi.o \
      6			 vidtv_pes.o vidtv_s302m.o vidtv_channel.o vidtv_mux.o
      7
      8obj-$(CONFIG_DVB_VIDTV)	+= dvb-vidtv-tuner.o dvb-vidtv-demod.o \
      9			   dvb-vidtv-bridge.o