blob: 0a6a325d761da0b287a956083c3cd72e76bcb90b (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#
# board/renesas/draak/Makefile
#
# Copyright (C) 2015 Renesas Electronics Corporation
#
# SPDX-License-Identifier: GPL-2.0+
#
ifndef CONFIG_XPL_BUILD
obj-y += draak.o
endif
|