mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-17 18:28:55 +00:00
11 lines
208 B
Makefile
11 lines
208 B
Makefile
|
#
|
||
|
# Copyright (C) 2013 Compulab Ltd - http://compulab.co.il/
|
||
|
#
|
||
|
# Author: Ilya Ledvich <ilya@compulab.co.il>
|
||
|
#
|
||
|
# SPDX-License-Identifier: GPL-2.0+
|
||
|
#
|
||
|
|
||
|
obj-y += $(BOARD).o
|
||
|
obj-$(CONFIG_SPL_BUILD) += mux.o spl.o
|