]>
Git Repo - J-u-boot.git/blobdiff - board/Synology/ds414/Makefile
# SPDX-License-Identifier: GPL-2.0+
#
-obj-y := ds414.o
+obj-y += ds414.o
+ifndef CONFIG_SPL_BUILD
+obj-y += cmd_syno.o
+endif
This page took 0.019929 seconds and 4 git commands to generate.