Files
u-boot/fs/jbd2/Makefile
Simon Glass 5c428be137 jbd2: Add transaction.c to the build
Add transaction.c to the jbd2 Makefile and update includes to use the
ext4l compatibility layer.

Add stubs for various functions needed by transaction.c including
atomic_add_return, prepare_to_wait_exclusive, rwsem_acquire_read,
hrtimer functions, and JBD2 trace stubs.

Remove JBD2 transaction function stubs that are now provided by
transaction.c.

Co-developed-by: Claude Opus 4.5 <noreply@anthropic.com>
Signed-off-by: Simon Glass <simon.glass@canonical.com>
2025-12-21 14:15:36 -07:00

7 lines
168 B
Makefile

# SPDX-License-Identifier: GPL-2.0
#
# Makefile for JBD2 journaling layer (used by ext4l)
#
obj-y := checkpoint.o commit.o journal.o recovery.o revoke.o transaction.o