patch-2.1.122 linux/drivers/char/Makefile

Next file: linux/drivers/char/apm_bios.c
Previous file: linux/drivers/char/Config.in
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.121/linux/drivers/char/Makefile linux/drivers/char/Makefile
@@ -435,13 +435,12 @@
   endif
 endif
 
-ifdef CONFIG_APM
-LX_OBJS += apm_bios.o
+ifdef CONFIG_H8
+LX_OBJS += h8.o
 M = y
 endif
 
-ifdef CONFIG_H8
-LX_OBJS += h8.o
+ifdef CONFIG_APM
 M = y
 endif
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov