xref: /rk3399_rockchip-uboot/board/bluegiga/apx4devkit/Makefile (revision 2967af6816a2b5b549a3377edf41781a51d00003)
1#
2# (C) Copyright 2000-2006
3# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
4#
5# SPDX-License-Identifier:	GPL-2.0+
6#
7
8ifndef	CONFIG_SPL_BUILD
9obj-y	:= apx4devkit.o
10else
11obj-y	:= spl_boot.o
12endif
13