brintos

brintos / linux-shallow public Read only

0
0
Text · 260 B · 042344c Raw
11 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2#3# Makefile for the Linux ufs filesystem routines.4#5 6obj-$(CONFIG_UFS_FS) += ufs.o7 8ufs-objs := balloc.o cylinder.o dir.o file.o ialloc.o inode.o \9	    namei.o super.o util.o10ccflags-$(CONFIG_UFS_DEBUG)    += -DDEBUG11