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>
7 lines
166 B
Makefile
7 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
|