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


      1# SPDX-License-Identifier: GPL-2.0
      2#
      3# Makefile for the linux kernel.
      4#
      5
      6extra-y	:= head.o vmlinux.lds
      7
      8obj-y	:= setup.o or32_ksyms.o process.o dma.o \
      9	   traps.o time.o irq.o entry.o ptrace.o signal.o \
     10	   sys_call_table.o unwinder.o
     11
     12obj-$(CONFIG_SMP)		+= smp.o sync-timer.o
     13obj-$(CONFIG_STACKTRACE)	+= stacktrace.o
     14obj-$(CONFIG_MODULES)		+= module.o
     15obj-$(CONFIG_OF)		+= prom.o
     16
     17clean: