mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 04:18:39 +08:00
8 lines
114 B
Makefile
8 lines
114 B
Makefile
|
#
|
||
|
# Makefile for the linux romfs filesystem routines.
|
||
|
#
|
||
|
|
||
|
obj-$(CONFIG_ROMFS_FS) += romfs.o
|
||
|
|
||
|
romfs-objs := inode.o
|