patch-2.4.0-prerelease linux/drivers/char/ftape/compressor/Makefile

Next file: linux/drivers/char/ftape/lowlevel/Makefile
Previous file: linux/drivers/char/ftape/Makefile
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test12/linux/drivers/char/ftape/compressor/Makefile linux/drivers/char/ftape/compressor/Makefile
@@ -24,19 +24,11 @@
 #      Linux.
 #
 
-#
-#  This isn't used inside the kernel, only for my private development
-#  version
-#
-ifndef TOPDIR
-TOPDIR=../..
-include $(TOPDIR)/MCONFIG
-endif
-
 O_TARGET := zft-compressor.o
-O_OBJS    = zftape-compress.o lzrw3.o
 
-M_OBJS    = $(O_TARGET)
+obj-y    = zftape-compress.o lzrw3.o
+
+obj-m    = $(O_TARGET)
 
 CFLAGS_lzrw3.o	:= -O6 -funroll-all-loops
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)