linux/fs/isofs/Makefile
Andy Shevchenko 1dd719a959 isofs: Use *-y instead of *-objs in Makefile
*-objs suffix is reserved rather for (user-space) host programs while
usually *-y suffix is used for kernel drivers (although *-objs works
for that purpose for now).

Let's correct the old usages of *-objs in Makefiles.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Jan Kara <jack@suse.cz>
Message-Id: <20240508152129.1445372-1-andriy.shevchenko@linux.intel.com>
2024-05-09 18:09:57 +02:00

11 lines
259 B
Makefile

# SPDX-License-Identifier: GPL-2.0
#
# Makefile for the Linux isofs filesystem routines.
#
obj-$(CONFIG_ISO9660_FS) += isofs.o
isofs-y := namei.o inode.o dir.o util.o rock.o export.o
isofs-$(CONFIG_JOLIET) += joliet.o
isofs-$(CONFIG_ZISOFS) += compress.o