patch-2.1.54 linux/drivers/char/Makefile
Next file: linux/drivers/char/acquirewdt.c
Previous file: linux/drivers/char/Config.in
Back to the patch index
Back to the overall index
- Lines: 29
- Date:
Sat Sep 6 10:16:07 1997
- Orig file:
v2.1.53/linux/drivers/char/Makefile
- Orig date:
Thu Aug 14 20:49:16 1997
diff -u --recursive --new-file v2.1.53/linux/drivers/char/Makefile linux/drivers/char/Makefile
@@ -204,6 +204,16 @@
endif
endif
+ifeq ($(CONFIG_ACQUIRE_WDT),y)
+M = y
+L_OBJS += acquirewdt.o
+else
+ ifeq ($(CONFIG_ACQUIRE_WDT),m)
+ M_OBJS += acquirewdt.o
+ MM = m
+ endif
+endif
+
ifeq ($(CONFIG_AMIGAMOUSE),y)
M = y
L_OBJS += amigamouse.o
@@ -290,6 +300,11 @@
ifdef CONFIG_APM
LX_OBJS += apm_bios.o
+M = y
+endif
+
+ifdef CONFIG_H8
+LX_OBJS += h8.o
M = y
endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov