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
|