14 lines
203 B
Makefile
14 lines
203 B
Makefile
|
#
|
||
|
# board/renesas/gose/Makefile
|
||
|
#
|
||
|
# Copyright (C) 2014 Renesas Electronics Corporation
|
||
|
#
|
||
|
# SPDX-License-Identifier: GPL-2.0
|
||
|
#
|
||
|
|
||
|
ifdef CONFIG_SPL_BUILD
|
||
|
obj-y := gose_spl.o
|
||
|
else
|
||
|
obj-y := gose.o qos.o
|
||
|
endif
|