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


      1# SPDX-License-Identifier: GPL-2.0
      2# To find a header included by define_trace.h.
      3CFLAGS_amdtp-stream.o	:= -I$(src)
      4
      5snd-firewire-lib-objs := lib.o iso-resources.o packets-buffer.o \
      6			 fcp.o cmp.o amdtp-stream.o amdtp-am824.o
      7snd-isight-objs := isight.o
      8
      9obj-$(CONFIG_SND_FIREWIRE_LIB) += snd-firewire-lib.o
     10obj-$(CONFIG_SND_DICE) += dice/
     11obj-$(CONFIG_SND_OXFW) += oxfw/
     12obj-$(CONFIG_SND_ISIGHT) += snd-isight.o
     13obj-$(CONFIG_SND_FIREWORKS) += fireworks/
     14obj-$(CONFIG_SND_BEBOB) += bebob/
     15obj-$(CONFIG_SND_FIREWIRE_DIGI00X) += digi00x/
     16obj-$(CONFIG_SND_FIREWIRE_TASCAM) += tascam/
     17obj-$(CONFIG_SND_FIREWIRE_MOTU) += motu/
     18obj-$(CONFIG_SND_FIREFACE) += fireface/