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


      1# SPDX-License-Identifier: GPL-2.0
      2#
      3# Makefile for the linux ipc.
      4#
      5
      6obj-$(CONFIG_SYSVIPC_COMPAT) += compat.o
      7obj-$(CONFIG_SYSVIPC) += util.o msgutil.o msg.o sem.o shm.o syscall.o
      8obj-$(CONFIG_SYSVIPC_SYSCTL) += ipc_sysctl.o
      9obj-$(CONFIG_POSIX_MQUEUE) += mqueue.o msgutil.o
     10obj-$(CONFIG_IPC_NS) += namespace.o
     11obj-$(CONFIG_POSIX_MQUEUE_SYSCTL) += mq_sysctl.o
     12