mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-02 07:11:12 +00: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
|