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


      1# SPDX-License-Identifier: GPL-2.0
      2#
      3# Makefile for the Linux/SuperH SH-2 backends.
      4#
      5
      6obj-y	:= ex.o probe.o entry.o
      7
      8obj-$(CONFIG_CPU_SUBTYPE_SH7619) += setup-sh7619.o clock-sh7619.o
      9
     10# SMP setup
     11smp-$(CONFIG_CPU_J2)			:= smp-j2.o
     12obj-$(CONFIG_SMP)			+= $(smp-y)