blob: 2dac748efbe74b2db616750e2f51936111b7338c (
plain)
1
2
3
4
5
6
7
8
9
|
#
# board/renesas/alt/Makefile
#
# Copyright (C) 2014 Renesas Electronics Corporation
#
# SPDX-License-Identifier: GPL-2.0
#
obj-y := gose.o qos.o ../rcar-gen2-common/common.o
|