blob: e6eea6142ecadd01b1f064425b35b7341fb5d039 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#
# board/renesas/silk/Makefile
#
# Copyright (C) 2015 Renesas Electronics Corporation
# Copyright (C) 2015 Cogent Embedded, Inc.
#
# SPDX-License-Identifier: GPL-2.0
#
obj-y := silk.o qos.o ../rcar-gen2-common/common.o
|