Home | History | Annotate | Download | only in silk
      1 #
      2 # board/renesas/silk/Makefile
      3 #
      4 # Copyright (C) 2015 Renesas Electronics Corporation
      5 # Copyright (C) 2015 Cogent Embedded, Inc.
      6 #
      7 # SPDX-License-Identifier: GPL-2.0
      8 #
      9 
     10 ifdef CONFIG_SPL_BUILD
     11 obj-y	:= silk_spl.o
     12 else
     13 obj-y	:= silk.o qos.o
     14 endif
     15