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

Kbuild (290B)


      1# SPDX-License-Identifier: GPL-2.0
      2ccflags-y := -I$(srctree)/drivers/nvdimm/
      3ccflags-y += -I$(srctree)/drivers/acpi/nfit/
      4
      5obj-m += nfit_test.o
      6obj-m += nfit_test_iomap.o
      7
      8ifeq  ($(CONFIG_ACPI_NFIT),m)
      9	nfit_test-y := nfit.o
     10else
     11	nfit_test-y := ndtest.o
     12endif
     13nfit_test_iomap-y := iomap.o