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


      1# SPDX-License-Identifier: GPL-2.0
      2#
      3# Makefile for ux500 clocks
      4#
      5
      6# Clock types
      7obj-y += clk-prcc.o
      8obj-y += clk-prcmu.o
      9obj-y += clk-sysctrl.o
     10
     11# Reset control
     12obj-y += reset-prcc.o
     13
     14# Clock definitions
     15obj-y += u8500_of_clk.o
     16
     17# ABX500 clock driver
     18obj-y += abx500-clk.o