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


      1# SPDX-License-Identifier: GPL-2.0
      2pl111_drm-y +=	pl111_display.o \
      3		pl111_versatile.o \
      4		pl111_drv.o
      5
      6pl111_drm-$(CONFIG_ARCH_NOMADIK) += pl111_nomadik.o
      7pl111_drm-$(CONFIG_DEBUG_FS) += pl111_debugfs.o
      8
      9obj-$(CONFIG_DRM_PL111) += pl111_drm.o