patch-2.3.43 linux/drivers/acorn/char/Makefile
Next file: linux/drivers/acorn/char/i2c.c
Previous file: linux/arch/sparc64/vmlinux.lds
Back to the patch index
Back to the overall index
- Lines: 26
- Date:
Sun Feb 6 17:45:25 2000
- Orig file:
v2.3.42/linux/drivers/acorn/char/Makefile
- Orig date:
Tue Dec 14 01:27:23 1999
diff -u --recursive --new-file v2.3.42/linux/drivers/acorn/char/Makefile linux/drivers/acorn/char/Makefile
@@ -11,19 +11,17 @@
O_TARGET := acorn-char.o
M_OBJS :=
-O_OBJS :=
+O_OBJS := i2c.o pcf8583.o
O_OBJS_arc := keyb_arc.o
O_OBJS_a5k := keyb_arc.o
O_OBJS_rpc := keyb_ps2.o
-ifeq ($(MACHINE),rpc)
- ifeq ($(CONFIG_BUSMOUSE),y)
- OX_OBJS += mouse_rpc.o
- else
- ifeq ($(CONFIG_BUSMOUSE),m)
- MX_OBJS += mouse_rpc.o
- endif
+ifeq ($(CONFIG_RPCMOUSE),y)
+ OX_OBJS += mouse_rpc.o
+else
+ ifeq ($(CONFIG_RPCSMOUSE),m)
+ MX_OBJS += mouse_rpc.o
endif
endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)