mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-12 02:05:54 +00:00
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
|