URL
https://opencores.org/ocsvn/test_project/test_project/trunk
Subversion Repositories test_project
[/] [test_project/] [trunk/] [linux_sd_driver/] [fs/] [affs/] [Makefile] - Rev 78
Go to most recent revision | Compare with Previous | Blame | View Log
#
# Makefile for the Linux affs filesystem routines.
#
#EXTRA_CFLAGS=-DDEBUG=1
obj-$(CONFIG_AFFS_FS) += affs.o
affs-objs := super.o namei.o inode.o file.o dir.o amigaffs.o bitmap.o symlink.o
Go to most recent revision | Compare with Previous | Blame | View Log