Makefile 153 B

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