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


      1# SPDX-License-Identifier: GPL-2.0-only
      2#
      3# Makefile for the Ethernet Bonding driver
      4#
      5
      6obj-$(CONFIG_BONDING) += bonding.o
      7
      8bonding-objs := bond_main.o bond_3ad.o bond_alb.o bond_sysfs.o bond_sysfs_slave.o bond_debugfs.o bond_netlink.o bond_options.o
      9
     10proc-$(CONFIG_PROC_FS) += bond_procfs.o
     11bonding-objs += $(proc-y)
     12