From ace9429bb58fd418f0c81d4c2835699bddf6bde6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 11 Apr 2024 10:27:49 +0200 Subject: Adding upstream version 6.6.15. Signed-off-by: Daniel Baumann --- fs/romfs/Makefile | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 fs/romfs/Makefile (limited to 'fs/romfs/Makefile') diff --git a/fs/romfs/Makefile b/fs/romfs/Makefile new file mode 100644 index 0000000000..844928f157 --- /dev/null +++ b/fs/romfs/Makefile @@ -0,0 +1,13 @@ +# SPDX-License-Identifier: GPL-2.0 +# +# Makefile for the linux RomFS filesystem routines. +# + +obj-$(CONFIG_ROMFS_FS) += romfs.o + +romfs-y := storage.o super.o + +ifneq ($(CONFIG_MMU),y) +romfs-$(CONFIG_ROMFS_ON_MTD) += mmap-nommu.o +endif + -- cgit v1.2.3