1 # SPDX-License-Identifier: GPL-2.0+ 2 # 3 # Copyright (C) 2015 Phil Sutter <phil (at] nwl.cc> 4 5 obj-y += ds414.o 6 ifndef CONFIG_SPL_BUILD 7 obj-y += cmd_syno.o 8 endif 9