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