mirror of
https://github.com/smaeul/u-boot.git
synced 2025-09-14 14:06:02 +01:00
Use the vendor CSRs for enabling/disabling the caches, and the ISA extension for cache maintenance. Signed-off-by: Samuel Holland <samuel@sholland.org>
6 lines
85 B
Makefile
6 lines
85 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
|
|
obj-y += cache.o
|
|
obj-y += cpu.o
|
|
obj-y += dram.o
|