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


      1# SPDX-License-Identifier: GPL-2.0
      2
      3obj-$(CONFIG_IBM_ASM) := ibmasm.o
      4
      5ibmasm-y :=	module.o      \
      6		ibmasmfs.o    \
      7		event.o       \
      8		command.o     \
      9		remote.o      \
     10		heartbeat.o   \
     11		r_heartbeat.o \
     12		dot_command.o \
     13		lowlevel.o
     14
     15ibmasm-$(CONFIG_SERIAL_8250) += uart.o
     16