URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [linux/] [linux-2.4/] [fs/] [ramfs/] [Makefile] - Rev 1765
Compare with Previous | Blame | View Log
#
# Makefile for the linux ramfs routines.
#
O_TARGET := ramfs.o
obj-y := inode.o
obj-m := $(O_TARGET)
include $(TOPDIR)/Rules.make