xref: /rk3399_rockchip-uboot/board/Synology/ds414/Makefile (revision 44876bf9e8fc244e5f8a3fc643d07cb0ad3b3775)
1#
2# Copyright (C) 2015 Phil Sutter <phil@nwl.cc>
3#
4# SPDX-License-Identifier:	GPL-2.0+
5#
6
7obj-y	+= ds414.o
8ifndef CONFIG_SPL_BUILD
9obj-y	+= cmd_syno.o
10endif
11