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


      1# SPDX-License-Identifier: GPL-2.0
      2#
      3# Makefile for the OneNAND MTD
      4#
      5
      6# Core functionality.
      7obj-$(CONFIG_MTD_ONENAND)		+= onenand.o
      8
      9# Board specific.
     10obj-$(CONFIG_MTD_ONENAND_GENERIC)	+= generic.o
     11obj-$(CONFIG_MTD_ONENAND_OMAP2)		+= onenand_omap2.o
     12obj-$(CONFIG_MTD_ONENAND_SAMSUNG)       += onenand_samsung.o
     13
     14onenand-objs = onenand_base.o onenand_bbt.o