mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 04:18:39 +08:00
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>
This commit is contained in:
parent
290fa9471e
commit
1dd719a959
@ -5,7 +5,6 @@
|
||||
|
||||
obj-$(CONFIG_ISO9660_FS) += isofs.o
|
||||
|
||||
isofs-objs-y := namei.o inode.o dir.o util.o rock.o export.o
|
||||
isofs-objs-$(CONFIG_JOLIET) += joliet.o
|
||||
isofs-objs-$(CONFIG_ZISOFS) += compress.o
|
||||
isofs-objs := $(isofs-objs-y)
|
||||
isofs-y := namei.o inode.o dir.o util.o rock.o export.o
|
||||
isofs-$(CONFIG_JOLIET) += joliet.o
|
||||
isofs-$(CONFIG_ZISOFS) += compress.o
|
||||
|
Loading…
Reference in New Issue
Block a user