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


      1# SPDX-License-Identifier: GPL-2.0-only
      2#
      3# Makefile for the Ethernet Ipvlan driver
      4#
      5
      6obj-$(CONFIG_IPVLAN) += ipvlan.o
      7obj-$(CONFIG_IPVTAP) += ipvtap.o
      8
      9ipvlan-objs-$(CONFIG_IPVLAN_L3S) += ipvlan_l3s.o
     10ipvlan-objs := ipvlan_core.o ipvlan_main.o $(ipvlan-objs-y)