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


      1# SPDX-License-Identifier: GPL-2.0
      2#
      3# Makefile for the Linux Plug-and-Play Support.
      4#
      5
      6obj-y		:= pnp.o
      7
      8pnp-y		:= core.o card.o driver.o resource.o manager.o support.o interface.o quirks.o
      9
     10obj-$(CONFIG_PNPACPI)		+= pnpacpi/
     11obj-$(CONFIG_PNPBIOS)		+= pnpbios/
     12obj-$(CONFIG_ISAPNP)		+= isapnp/
     13
     14# pnp_system_init goes after pnpacpi/pnpbios init
     15pnp-y				+= system.o