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


      1# SPDX-License-Identifier: GPL-2.0
      2sti-drm-y := \
      3	sti_mixer.o \
      4	sti_gdp.o \
      5	sti_vid.o \
      6	sti_cursor.o \
      7	sti_compositor.o \
      8	sti_crtc.o \
      9	sti_plane.o \
     10	sti_crtc.o \
     11	sti_plane.o \
     12	sti_hdmi.o \
     13	sti_hdmi_tx3g4c28phy.o \
     14	sti_dvo.o \
     15	sti_awg_utils.o \
     16	sti_vtg.o \
     17	sti_hda.o \
     18	sti_tvout.o \
     19	sti_hqvdp.o \
     20	sti_drv.o
     21
     22obj-$(CONFIG_DRM_STI) = sti-drm.o