mirror of
https://github.com/smaeul/u-boot.git
synced 2025-09-13 21:46:00 +01:00
Rename the ast2500-board.c to board_common.c and place the renamed file under the ast2500 folder. Signed-off-by: Chia-Wei, Wang <chiawei_wang@aspeedtech.com>
7 lines
152 B
Makefile
7 lines
152 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
# Copyright (c) 2016 Google, Inc
|
|
|
|
obj-$(CONFIG_ARCH_ASPEED) += ast_wdt.o
|
|
obj-$(CONFIG_ASPEED_AST2500) += ast2500/
|