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


      1# SPDX-License-Identifier: GPL-2.0
      2#
      3
      4CFLAGS += $(shell pkg-config --cflags alsa)
      5LDLIBS += $(shell pkg-config --libs alsa)
      6ifeq ($(LDLIBS),)
      7LDLIBS += -lasound
      8endif
      9
     10TEST_GEN_PROGS := mixer-test
     11
     12include ../lib.mk