]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - board/sunxi/Makefile
71edb83c5d382f191a8312538df13d6372959d5e
[karo-tx-uboot.git] / board / sunxi / Makefile
1 #
2 # (C) Copyright 2012 Henrik Nordstrom <henrik@henriknordstrom.net>
3 #
4 # Based on some other board Makefile
5 #
6 # (C) Copyright 2000-2003
7 # Wolfgang Denk, DENX Software Engineering, wd@denx.de.
8 #
9 # SPDX-License-Identifier:      GPL-2.0+
10 #
11 obj-y   += board.o
12 obj-$(CONFIG_SUNXI_GMAC)        += gmac.o
13 obj-$(CONFIG_SUNXI_AHCI)        += ahci.o
14 obj-$(CONFIG_MACH_SUN4I)        += dram_sun4i_auto.o
15 obj-$(CONFIG_MACH_SUN7I)        += dram_sun5i_auto.o
16 obj-$(CONFIG_TARGET_A10S_OLINUXINO_M)   += dram_a10s_olinuxino_m.o
17 obj-$(CONFIG_TARGET_A13_OLINUXINO)      += dram_a13_olinuxino.o
18 obj-$(CONFIG_TARGET_A13_OLINUXINOM)     += dram_a13_oli_micro.o
19 # This is not a typo, uses the same mem settings as the a10s-olinuxino-m
20 obj-$(CONFIG_TARGET_AUXTEK_T004)        += dram_a10s_olinuxino_m.o
21 obj-$(CONFIG_TARGET_MK802_A10S)         += dram_sun5i_auto.o
22 obj-$(CONFIG_TARGET_R7DONGLE)           += dram_r7dongle.o