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


      1# SPDX-License-Identifier: GPL-2.0
      2obj-$(CONFIG_USB_GL860) += gspca_gl860.o
      3
      4gspca_gl860-objs := gl860.o \
      5		    gl860-mi1320.o \
      6		    gl860-ov2640.o \
      7		    gl860-ov9655.o \
      8		    gl860-mi2020.o
      9
     10ccflags-y += -I$(srctree)/drivers/media/usb/gspca
     11