common: Move command functions out of common.h
[oweals/u-boot.git] / board / gdsys / a38x / Makefile
1 # SPDX-License-Identifier: GPL-2.0+
2 #
3 # Copyright (C) 2015 Stefan Roese <sr@denx.de>
4 # Copyright (C) 2015 Reinhard Pfau <reinhard.pfau@gdsys.cc>
5 # Copyright (C) 2016 Mario Six <mario.six@gdsys.cc>
6
7 obj-$(CONFIG_TARGET_CONTROLCENTERDC) += controlcenterdc.o hre.o spl.o keyprogram.o dt_helpers.o
8
9 ifeq ($(CONFIG_SPL_BUILD),)
10 obj-$(CONFIG_TARGET_CONTROLCENTERDC) += hydra.o ihs_phys.o
11 endif