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


      1# SPDX-License-Identifier: GPL-2.0
      2#
      3# Makefile for the USB media device drivers
      4#
      5
      6# DVB USB-only drivers. Please keep it alphabetically sorted by directory name
      7# (e. g. LC_ALL=C sort Makefile)
      8obj-y += b2c2/
      9obj-y += dvb-usb/
     10obj-y += dvb-usb-v2/
     11obj-y += s2255/
     12obj-y += siano/
     13obj-y += stkwebcam/
     14obj-y += ttusb-budget/
     15obj-y += ttusb-dec/
     16obj-y += zr364xx/
     17
     18# Please keep it alphabetically sorted by Kconfig name
     19# (e. g. LC_ALL=C sort Makefile)
     20obj-$(CONFIG_DVB_AS102) += as102/
     21obj-$(CONFIG_USB_AIRSPY) += airspy/
     22obj-$(CONFIG_USB_GSPCA) += gspca/
     23obj-$(CONFIG_USB_HACKRF) += hackrf/
     24obj-$(CONFIG_USB_MSI2500) += msi2500/
     25obj-$(CONFIG_USB_PWC) += pwc/
     26obj-$(CONFIG_USB_VIDEO_CLASS) += uvc/
     27obj-$(CONFIG_VIDEO_AU0828) += au0828/
     28obj-$(CONFIG_VIDEO_CPIA2) += cpia2/
     29obj-$(CONFIG_VIDEO_CX231XX) += cx231xx/
     30obj-$(CONFIG_VIDEO_EM28XX) += em28xx/
     31obj-$(CONFIG_VIDEO_GO7007) += go7007/
     32obj-$(CONFIG_VIDEO_HDPVR) += hdpvr/
     33obj-$(CONFIG_VIDEO_PVRUSB2) += pvrusb2/
     34obj-$(CONFIG_VIDEO_STK1160) += stk1160/
     35obj-$(CONFIG_VIDEO_TM6000) += tm6000/
     36obj-$(CONFIG_VIDEO_USBTV) += usbtv/