Gilles Gameiro | a2bc432 | 2015-02-10 01:36:01 -0800 | [diff] [blame] | 1 | # |
2 | # Makefile | ||||
3 | # | ||||
4 | # Copyright (C) 2012-2014, Birdland Audio - http://birdland.com/oem | ||||
5 | # | ||||
Tom Rini | da58dec | 2015-11-10 01:06:16 +0000 | [diff] [blame] | 6 | # SPDX-License-Identifier: GPL-2.0+ |
7 | # | ||||
Gilles Gameiro | a2bc432 | 2015-02-10 01:36:01 -0800 | [diff] [blame] | 8 | |
9 | ifeq ($(CONFIG_SKIP_LOWLEVEL_INIT),) | ||||
10 | obj-y := mux.o | ||||
11 | endif | ||||
12 | |||||
13 | obj-y += board.o |