mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-13 16:26:43 +07: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
|