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
      2#
      3# SPEAr Clock specific Makefile
      4#
      5
      6obj-y	+= clk.o clk-aux-synth.o clk-frac-synth.o clk-gpt-synth.o clk-vco-pll.o
      7
      8obj-$(CONFIG_ARCH_SPEAR3XX)	+= spear3xx_clock.o
      9obj-$(CONFIG_ARCH_SPEAR6XX)	+= spear6xx_clock.o
     10obj-$(CONFIG_MACH_SPEAR1310)	+= spear1310_clock.o
     11obj-$(CONFIG_MACH_SPEAR1340)	+= spear1340_clock.o