mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 23:47:24 +00:00
c16f518a79
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>
6 lines
152 B
Makefile
6 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/
|