Blame view

board/sunxi/Makefile 487 Bytes
cba69eeea   Ian Campbell   sunxi: add sun7i ...
1
2
3
4
5
6
7
8
9
10
11
  #
  # (C) Copyright 2012 Henrik Nordstrom <henrik@henriknordstrom.net>
  #
  # Based on some other board Makefile
  #
  # (C) Copyright 2000-2003
  # Wolfgang Denk, DENX Software Engineering, wd@denx.de.
  #
  # SPDX-License-Identifier:	GPL-2.0+
  #
  obj-y	+= board.o
6ff005cf1   Dave Prue   sunxi: Fix CONFIG...
12
  obj-$(CONFIG_SUN7I_GMAC)	+= gmac.o
74daf94a2   Simon Glass   dm: sunxi: sata: ...
13
  ifndef CONFIG_SPL_BUILD
a6e50a88d   Ian Campbell   ahci: provide sun...
14
  obj-$(CONFIG_SUNXI_AHCI)	+= ahci.o
74daf94a2   Simon Glass   dm: sunxi: sata: ...
15
  endif
2ddd8012f   Hans de Goede   sunxi: Convert su...
16
  obj-$(CONFIG_MACH_SUN4I)	+= dram_sun4i_auto.o
e1a0888ed   Hans de Goede   sunxi: Convert su...
17
  obj-$(CONFIG_MACH_SUN5I)	+= dram_sun5i_auto.o
389046be2   Hans de Goede   sunxi: Convert su...
18
  obj-$(CONFIG_MACH_SUN7I)	+= dram_sun5i_auto.o