https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 23ac39bf032552df23f3dd7b54b2064a948b60bf authored by Jason Self on 08 December 2013, 16:17:27 UTC
Linux-libre 3.10.23-gnu
Tip revision: 23ac39b
Makefile
#
# Makefile for the linux cramfs routines.
#

obj-$(CONFIG_CRAMFS) += cramfs.o

cramfs-objs := inode.o uncompress.o
back to top