Home | History | Annotate | Download | only in sunxi
      1 # SPDX-License-Identifier: GPL-2.0+
      2 #
      3 # (C) Copyright 2012 Henrik Nordstrom <henrik (at] henriknordstrom.net>
      4 #
      5 # Based on some other Makefile
      6 # (C) Copyright 2000-2003
      7 # Wolfgang Denk, DENX Software Engineering, wd (at] denx.de.
      8 obj-y	+= timer.o
      9 
     10 obj-$(CONFIG_MACH_SUN6I)	+= tzpc.o
     11 obj-$(CONFIG_MACH_SUN8I_H3)	+= tzpc.o
     12 
     13 ifndef CONFIG_SPL_BUILD
     14 obj-$(CONFIG_ARMV7_PSCI)	+= psci.o
     15 endif
     16 
     17 ifdef CONFIG_SPL_BUILD
     18 obj-y	+= fel_utils.o
     19 endif
     20