xref: /openbmc/u-boot/board/birdland/bav335x/Makefile (revision e8f80a5a)
1*83d290c5STom Rini# SPDX-License-Identifier: GPL-2.0+
2a2bc4321SGilles Gameiro#
3a2bc4321SGilles Gameiro# Makefile
4a2bc4321SGilles Gameiro#
5a2bc4321SGilles Gameiro# Copyright (C) 2012-2014, Birdland Audio - http://birdland.com/oem
6a2bc4321SGilles Gameiro
7a2bc4321SGilles Gameiroifeq ($(CONFIG_SKIP_LOWLEVEL_INIT),)
8a2bc4321SGilles Gameiroobj-y	:= mux.o
9a2bc4321SGilles Gameiroendif
10a2bc4321SGilles Gameiro
11a2bc4321SGilles Gameiroobj-y	+= board.o
12