https://jxself.org/git/linux-libre.git
Raw File
Tip revision: d362d9e17b71978574ec25ffece5df6929ba5c52 authored by Jason Self on 18 January 2009, 18:45:51 UTC
Linux-libre 2.6.28.1-gnu1
Tip revision: d362d9e
Makefile
#
# Makefile for the linux romfs filesystem routines.
#

obj-$(CONFIG_ROMFS_FS) += romfs.o

romfs-objs := inode.o
back to top