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


      1# SPDX-License-Identifier: GPL-2.0-only
      2#
      3# Makefile for HSR
      4#
      5
      6obj-$(CONFIG_HSR)	+= hsr.o
      7
      8hsr-y			:= hsr_main.o hsr_framereg.o hsr_device.o \
      9			   hsr_netlink.o hsr_slave.o hsr_forward.o
     10hsr-$(CONFIG_DEBUG_FS) += hsr_debugfs.o