URL
https://opencores.org/ocsvn/test_project/test_project/trunk
Subversion Repositories test_project
[/] [test_project/] [trunk/] [linux_sd_driver/] [fs/] [cramfs/] [Makefile] - Rev 86
Go to most recent revision | Compare with Previous | Blame | View Log
#
# Makefile for the linux cramfs routines.
#
obj-$(CONFIG_CRAMFS) += cramfs.o
cramfs-objs := inode.o uncompress.o
Go to most recent revision | Compare with Previous | Blame | View Log