linux-old/fs/cramfs/Makefile
<<
>>
Prefs
   1#
   2# Makefile for the linux cramfs routines.
   3#
   4
   5O_TARGET := cramfs.o
   6
   7obj-y  := inode.o uncompress.o
   8
   9obj-m := $(O_TARGET)
  10
  11CFLAGS_uncompress.o := -I $(TOPDIR)/fs/inflate_fs
  12
  13include $(TOPDIR)/Rules.make
  14
lxr.linux.no kindly hosted by Redpill Linpro AS, provider of Linux consulting and operations services since 1995.