xref: /rk3399_rockchip-uboot/board/BuR/brppt1/Makefile (revision f1ba13f8e2acf648740a4a8a3594509a3e16b3aa)
1#
2# Makefile
3#
4# Copyright (C) 2013 Hannes Schmelzer <oe5hpm@oevsv.at>
5# Bernecker & Rainer Industrieelektronik GmbH - http://www.br-automation.com
6#
7# SPDX-License-Identifier:	GPL-2.0+
8#
9
10ifeq ($(CONFIG_SPL_BUILD),y)
11obj-y	:= mux.o
12endif
13obj-y	+= ../common/common.o
14obj-y	+= board.o
15