phy: atheros: move delay config to common function
[oweals/u-boot.git] / board / kosagi / novena / Makefile
1 # SPDX-License-Identifier: GPL-2.0+
2 #
3 # Copyright (C) 2014 Marek Vasut <marex@denx.de>
4
5 ifdef CONFIG_SPL_BUILD
6 obj-y   := novena_spl.o
7 else
8 obj-y   := novena.o
9 obj-$(CONFIG_VIDEO_IPUV3)       += video.o
10 endif