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


      1# SPDX-License-Identifier: GPL-2.0
      2obj-$(CONFIG_BCM2835_VCHIQ)	+= vchiq.o
      3
      4vchiq-objs := \
      5   interface/vchiq_arm/vchiq_core.o  \
      6   interface/vchiq_arm/vchiq_arm.o \
      7   interface/vchiq_arm/vchiq_debugfs.o \
      8   interface/vchiq_arm/vchiq_connected.o \
      9
     10ifdef CONFIG_VCHIQ_CDEV
     11vchiq-objs += interface/vchiq_arm/vchiq_dev.o
     12endif
     13
     14obj-$(CONFIG_SND_BCM2835)		+= bcm2835-audio/
     15obj-$(CONFIG_VIDEO_BCM2835)		+= bcm2835-camera/
     16obj-$(CONFIG_BCM2835_VCHIQ_MMAL)	+= vchiq-mmal/
     17
     18ccflags-y += -I $(srctree)/$(src)/include
     19