patch-2.4.0-prerelease linux/drivers/char/rio/Makefile

Next file: linux/drivers/char/sh-sci.c
Previous file: linux/drivers/char/pcxx.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test12/linux/drivers/char/rio/Makefile linux/drivers/char/rio/Makefile
@@ -13,10 +13,9 @@
 # Note 2! The CFLAGS definitions are now in the main makefile...
 
 O_TARGET := rio.o
-O_OBJS   := rio_linux.o rioinit.o rioboot.o riocmd.o rioctrl.o riointr.o \
+
+obj-y   := rio_linux.o rioinit.o rioboot.o riocmd.o rioctrl.o riointr.o \
             rioparam.o riopcicopy.o rioroute.o riotable.o riotty.o
-M_OBJS   := $(O_TARGET)
+obj-m   := $(O_TARGET)
 
 include $(TOPDIR)/Rules.make
-
-rio.o: $(O_OBJS)
\ No newline at end of file

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