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


      1# SPDX-License-Identifier: GPL-2.0
      2#
      3# Makefile for the kernel multimedia device drivers.
      4#
      5
      6# Please keep it alphabetically sorted by directory
      7# (e. g. LC_ALL=C sort Makefile)
      8obj-y        +=	ttpci/		\
      9		b2c2/		\
     10		pluto2/		\
     11		dm1105/		\
     12		pt1/		\
     13		pt3/		\
     14		mantis/		\
     15		ngene/		\
     16		ddbridge/	\
     17		saa7146/	\
     18		smipcie/	\
     19		netup_unidvb/	\
     20		intel/
     21
     22# Please keep it alphabetically sorted by Kconfig name
     23# (e. g. LC_ALL=C sort Makefile)
     24
     25obj-$(CONFIG_STA2X11_VIP) += sta2x11/
     26
     27obj-$(CONFIG_VIDEO_BT848) += bt8xx/
     28obj-$(CONFIG_VIDEO_COBALT) += cobalt/
     29obj-$(CONFIG_VIDEO_CX18) += cx18/
     30obj-$(CONFIG_VIDEO_CX23885) += cx23885/
     31obj-$(CONFIG_VIDEO_CX25821) += cx25821/
     32obj-$(CONFIG_VIDEO_CX88) += cx88/
     33obj-$(CONFIG_VIDEO_DT3155) += dt3155/
     34obj-$(CONFIG_VIDEO_IVTV) += ivtv/
     35obj-$(CONFIG_VIDEO_MEYE) += meye/
     36obj-$(CONFIG_VIDEO_SAA7134) += saa7134/
     37obj-$(CONFIG_VIDEO_SAA7164) += saa7164/
     38obj-$(CONFIG_VIDEO_SOLO6X10) += solo6x10/
     39obj-$(CONFIG_VIDEO_TW5864) += tw5864/
     40obj-$(CONFIG_VIDEO_TW686X) += tw686x/
     41obj-$(CONFIG_VIDEO_TW68) += tw68/