mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
14 lines
205 B
Makefile
14 lines
205 B
Makefile
|
#
|
||
|
# Makefile
|
||
|
#
|
||
|
# Copyright (C) 2015 Toby Churchill Ltd - http://www.toby-churchill.com/
|
||
|
#
|
||
|
# SPDX-License-Identifier: GPL-2.0+
|
||
|
#
|
||
|
|
||
|
ifeq ($(CONFIG_SKIP_LOWLEVEL_INIT),)
|
||
|
obj-y := mux.o
|
||
|
endif
|
||
|
|
||
|
obj-y += board.o
|