mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 13:14:27 +00:00
85ab0452fe
This patch adds support for the PDU001 board. Signed-off-by: Felix Brack <fb@ltec.ch> Reviewed-by: Tom Rini <trini@konsulko.com>
13 lines
185 B
Makefile
13 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
|