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


      1# SPDX-License-Identifier: GPL-2.0
      2dtb-$(CONFIG_JZ4740_QI_LB60)	+= qi_lb60.dtb
      3dtb-$(CONFIG_JZ4740_RS90)	+= rs90.dtb
      4dtb-$(CONFIG_JZ4770_GCW0)	+= gcw0.dtb
      5dtb-$(CONFIG_JZ4780_CI20)	+= ci20.dtb
      6dtb-$(CONFIG_X1000_CU1000_NEO)	+= cu1000-neo.dtb
      7dtb-$(CONFIG_X1830_CU1830_NEO)	+= cu1830-neo.dtb
      8
      9obj-$(CONFIG_BUILTIN_DTB)	+= $(addsuffix .o, $(dtb-y))