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


      1# SPDX-License-Identifier: GPL-2.0
      2#
      3# Makefile for the linux kernel.
      4#
      5
      6# Object file lists.
      7
      8obj-y			:= common.o dma.o isa-irq.o
      9
     10pci-y			+= dc21285.o
     11pci-$(CONFIG_ARCH_CATS) += cats-pci.o
     12pci-$(CONFIG_ARCH_EBSA285_HOST) += ebsa285-pci.o
     13pci-$(CONFIG_ARCH_NETWINDER) += netwinder-pci.o
     14
     15obj-$(CONFIG_ARCH_CATS) += cats-hw.o isa-timer.o
     16obj-$(CONFIG_ARCH_EBSA285) += ebsa285.o dc21285-timer.o
     17obj-$(CONFIG_ARCH_NETWINDER) += netwinder-hw.o isa-timer.o
     18
     19obj-$(CONFIG_PCI)	+=$(pci-y)
     20
     21obj-$(CONFIG_ISA)	+= isa.o isa-rtc.o