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


      1# SPDX-License-Identifier: GPL-2.0-only
      2obj-y	= printk.o
      3obj-$(CONFIG_PRINTK)	+= printk_safe.o
      4obj-$(CONFIG_A11Y_BRAILLE_CONSOLE)	+= braille.o
      5obj-$(CONFIG_PRINTK_INDEX)	+= index.o
      6
      7obj-$(CONFIG_PRINTK)                 += printk_support.o
      8printk_support-y	             := printk_ringbuffer.o
      9printk_support-$(CONFIG_SYSCTL)	     += sysctl.o