Files
u-boot/fs/sandbox/Makefile
Simon Glass 847d15cada boot: sandbox: Rename host_bootdev.c
This filename is confusing since it is actually for the sandbox hostfs,
i.e. access to files on the host filesystem, not the host device which
can be used to bind disk images.

Rename it to hostfs_bootdev.c to make this clearer. Update the driver
name as well.

Signed-off-by: Simon Glass <sjg@chromium.org>
2025-06-05 14:42:47 -06:00

13 lines
308 B
Makefile

# SPDX-License-Identifier: GPL-2.0+
#
# Copyright (c) 2012, Google Inc.
#
# (C) Copyright 2006
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
#
# (C) Copyright 2003
# Pavel Bartusek, Sysgo Real-Time Solutions AG, pba@sysgo.de
obj-y := sandboxfs.o
obj-$(CONFIG_$(PHASE_)BOOTSTD) += hostfs_bootdev.o