mirror of
https://github.com/adulau/aha.git
synced 2025-01-03 14:43:17 +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
|