u-boot-brain/board/renesas/gose/Makefile

14 lines
203 B
Makefile
Raw Normal View History

#
# 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