X-Git-Url: http://git.jankratochvil.net/?p=lufs.git;a=blobdiff_plain;f=kernel%2FLinux%2F2.5%2FMakefile.am;fp=kernel%2FLinux%2F2.5%2FMakefile.am;h=0000000000000000000000000000000000000000;hp=db1b1b822efd41b209a96d8a2ab87cf0d9b69016;hb=b470e3916b97c774186128a385e47d0b2ace2e59;hpb=3de67060dd5e3f542e57177e3bdb186790be5168 diff --git a/kernel/Linux/2.5/Makefile.am b/kernel/Linux/2.5/Makefile.am deleted file mode 100644 index db1b1b8..0000000 --- a/kernel/Linux/2.5/Makefile.am +++ /dev/null @@ -1,19 +0,0 @@ -INCLUDES=-I@KERNEL_HDR@ -I@KERNEL_HDR@/asm-i386/mach-default @all_includes@ - -LIBS= - -CFLAGS=@MODV_FLAGS@ @KDEBUG_FLAGS@ -DKBUILD_MODNAME=lufs -O2 -pipe -fomit-frame-pointer -fno-strict-aliasing -mpreferred-stack-boundary=2 -Wall -D__KERNEL__ -DMODULE -DLINUX -LDFLAGS=-r - -moduledir=@MODULES_DIR@/kernel/fs/lufs - -module_PROGRAMS=lufs.o - -noinst_HEADERS=lufs.h proc.h -lufs_o_SOURCES=proc.c inode.c dir.c file.c symlink.c -lufs_o_LDADD= - -install-data-hook: - depmod -aq - if [ "`lsmod | grep lufs`" ]; then rmmod lufs; fi - modprobe lufs