URL
https://opencores.org/ocsvn/test_project/test_project/trunk
Subversion Repositories test_project
[/] [test_project/] [trunk/] [linux_sd_driver/] [fs/] [sysv/] [Makefile] - Rev 86
Go to most recent revision | Compare with Previous | Blame | View Log
#
# Makefile for the Linux SystemV/Coherent filesystem routines.
#
obj-$(CONFIG_SYSV_FS) += sysv.o
sysv-objs := ialloc.o balloc.o inode.o itree.o file.o dir.o \
namei.o super.o symlink.o
Go to most recent revision | Compare with Previous | Blame | View Log