mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 13:14:27 +00:00
14 lines
185 B
Makefile
14 lines
185 B
Makefile
|
#
|
||
|
# Makefile
|
||
|
#
|
||
|
# Copyright (C) 2018 EETS GmbH - http://www.eets.ch/
|
||
|
#
|
||
|
# SPDX-License-Identifier: GPL-2.0+
|
||
|
#
|
||
|
|
||
|
ifeq ($(CONFIG_SKIP_LOWLEVEL_INIT),)
|
||
|
obj-y := mux.o
|
||
|
endif
|
||
|
|
||
|
obj-y += board.o
|