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


      1# SPDX-License-Identifier: GPL-2.0
      2obj-$(CONFIG_USB_M5602) += gspca_m5602.o
      3
      4gspca_m5602-objs := m5602_core.o \
      5		    m5602_ov9650.o \
      6		    m5602_ov7660.o \
      7		    m5602_mt9m111.o \
      8		    m5602_po1030.o \
      9		    m5602_s5k83a.o \
     10		    m5602_s5k4aa.o
     11
     12ccflags-y += -I$(srctree)/drivers/media/usb/gspca