URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [linux/] [linux-2.4/] [fs/] [cramfs/] [Makefile] - Rev 1275
Go to most recent revision | Compare with Previous | Blame | View Log
#
# Makefile for the linux cramfs routines.
#
O_TARGET := cramfs.o
obj-y := inode.o uncompress.o
obj-m := $(O_TARGET)
CFLAGS_uncompress.o := -I $(TOPDIR)/fs/inflate_fs
include $(TOPDIR)/Rules.make
Go to most recent revision | Compare with Previous | Blame | View Log