mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-16 17:58:23 +00:00
4c99ccfe13
This adds a reset driver for tangier processor. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org> Tested-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
6 lines
166 B
Makefile
6 lines
166 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
# Copyright (c) 2017 Intel Corporation
|
|
|
|
obj-y += car.o tangier.o sdram.o sysreset.o
|
|
obj-$(CONFIG_GENERATE_ACPI_TABLE) += acpi.o
|