1# SPDX-License-Identifier: GPL-2.0+ 2# 3# Makefile 4# 5# Copyright (C) 2012-2014, Birdland Audio - http://birdland.com/oem 6 7ifeq ($(CONFIG_SKIP_LOWLEVEL_INIT),) 8obj-y := mux.o 9endif 10 11obj-y += board.o 12