14 lines
176 B
Makefile
14 lines
176 B
Makefile
#
|
|
# Makefile
|
|
#
|
|
# Copyright (C) 2013, ISEE 2007 SL - http://www.isee.biz/
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
ifdef CONFIG_SPL_BUILD
|
|
obj-y += mux.o
|
|
endif
|
|
|
|
obj-y += board.o
|