5d3947789f219d6d4a97cc2fdb4fb1239d512ef7
[lufs.git] / kernel / Linux / 2.4 / makefile.in
1 #We may get include to Makefile.am:
2 ifdef TOPDIR
3
4 obj-m := lufs.o
5
6 lufs-objs := dir.o file.o inode.o proc.o symlink.o
7
8 EXTRA_CFLAGS=-I@includedir@
9
10 include $(TOPDIR)/Rules.make
11
12 lufs.o: $(lufs-objs)
13         $(LD) -r -o $@ $(lufs-objs)
14
15 else
16 include Makefile
17 endif