-I@include@ is no longer needed.
[lufs.git] / kernel / Linux / 2.5 / 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 include $(TOPDIR)/Rules.make
9
10 lufs.o: $(lufs-objs)
11         $(LD) -r -o $@ $(lufs-objs)
12
13 else
14 include Makefile
15 endif