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 board Makefile
      6 #
      7 # (C) Copyright 2000-2003
      8 # Wolfgang Denk, DENX Software Engineering, wd (at] denx.de.
      9 obj-y	+= board.o
     10 obj-$(CONFIG_SUN7I_GMAC)	+= gmac.o
     11 ifndef CONFIG_SPL_BUILD
     12 obj-$(CONFIG_SUNXI_AHCI)	+= ahci.o
     13 endif
     14 obj-$(CONFIG_MACH_SUN4I)	+= dram_sun4i_auto.o
     15 obj-$(CONFIG_MACH_SUN5I)	+= dram_sun5i_auto.o
     16 obj-$(CONFIG_MACH_SUN7I)	+= dram_sun5i_auto.o
     17