blob: 6551b940d301a92e0f372700cfa6a05567705d2a (
plain)
1
2
3
4
5
6
7
8
9
10
|
# SPDX-License-Identifier: GPL-2.0+
######################################################################### Copyright (C) 2008 Renesas Solutions Corp.
# Copyright (C) 2008 Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
#
# board/ap325rxa/Makefile
#
#
obj-y := ap325rxa.o cpld-ap325rxa.o
extra-y += lowlevel_init.o
|