URL
https://opencores.org/ocsvn/test_project/test_project/trunk
Subversion Repositories test_project
[/] [test_project/] [trunk/] [linux_sd_driver/] [fs/] [efs/] [Makefile] - Rev 79
Go to most recent revision | Compare with Previous | Blame | View Log
#
# Makefile for the linux efs-filesystem routines.
#
obj-$(CONFIG_EFS_FS) += efs.o
efs-objs := super.o inode.o namei.o dir.o file.o symlink.o
Go to most recent revision | Compare with Previous | Blame | View Log