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


      1# SPDX-License-Identifier: GPL-2.0
      2#
      3# Makefile for Broadcom VK driver
      4#
      5
      6obj-$(CONFIG_BCM_VK) += bcm_vk.o
      7bcm_vk-objs := \
      8	bcm_vk_dev.o \
      9	bcm_vk_msg.o \
     10	bcm_vk_sg.o
     11
     12bcm_vk-$(CONFIG_BCM_VK_TTY) += bcm_vk_tty.o