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


      1# SPDX-License-Identifier: GPL-2.0-only
      2dtb-$(CONFIG_SOC_VCOREIII)	+= \
      3	jaguar2_pcb110.dtb \
      4	jaguar2_pcb111.dtb \
      5	jaguar2_pcb118.dtb \
      6	luton_pcb091.dtb \
      7	ocelot_pcb120.dtb \
      8	ocelot_pcb123.dtb \
      9	serval_pcb105.dtb \
     10	serval_pcb106.dtb
     11
     12
     13obj-$(CONFIG_BUILTIN_DTB)	+= $(addsuffix .o, $(dtb-y))