Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Linux/fs/ufs/   (Open Source Betriebssystem Version 6.17.9©)  Datei vom 24.10.2025 mit Größe 260 B image not shown  

Quelle  Makefile   Sprache: unbekannt

 
# SPDX-License-Identifier: GPL-2.0-only
#
# Makefile for the Linux ufs filesystem routines.
#

obj-$(CONFIG_UFS_FS) += ufs.o

ufs-objs := balloc.o cylinder.o dir.o file.o ialloc.o inode.o \
     namei.o super.o util.o
ccflags-$(CONFIG_UFS_DEBUG)    += -DDEBUG

[ Dauer der Verarbeitung: 0.3 Sekunden  (vorverarbeitet)  ]