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


      1# SPDX-License-Identifier: GPL-2.0
      2ifeq (, $(findstring -W,$(KCFLAGS)))
      3	ccflags-y += -Werror
      4endif
      5
      6tilcdc-y := \
      7	tilcdc_plane.o \
      8	tilcdc_crtc.o \
      9	tilcdc_panel.o \
     10	tilcdc_external.o \
     11	tilcdc_drv.o
     12
     13obj-$(CONFIG_DRM_TILCDC)	+= tilcdc.o