]> Git Repo - J-u-boot.git/blob - fs/ubifs/Makefile
Merge tag 'u-boot-imx-master-20250127' of https://gitlab.denx.de/u-boot/custodians...
[J-u-boot.git] / fs / ubifs / Makefile
1 # SPDX-License-Identifier: GPL-2.0+
2 #
3 # (C) Copyright 2006
4 # Wolfgang Denk, DENX Software Engineering, [email protected].
5 #
6 # (C) Copyright 2003
7 # Pavel Bartusek, Sysgo Real-Time Solutions AG, [email protected]
8 #
9
10 obj-y := ubifs.o io.o super.o sb.o master.o lpt.o
11 obj-y += lpt_commit.o scan.o lprops.o
12 obj-y += tnc.o tnc_misc.o debug.o budget.o
13 obj-y += log.o orphan.o recovery.o replay.o gc.o
This page took 0.029944 seconds and 4 git commands to generate.