patch-2.2.11 linux/arch/alpha/kernel/Makefile

Next file: linux/arch/alpha/kernel/core_cia.c
Previous file: linux/arch/alpha/boot/main.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.2.10/linux/arch/alpha/kernel/Makefile linux/arch/alpha/kernel/Makefile
@@ -105,7 +105,7 @@
 endif
 
 # Device support
-ifdef CONFIG_ALPHA_MIATA
+ifneq ($(CONFIG_ALPHA_MIATA)$(CONFIG_ALPHA_DP264),)
 O_OBJS   += es1888.o
 endif
 ifneq ($(CONFIG_ALPHA_SX164)$(CONFIG_ALPHA_MIATA)$(CONFIG_ALPHA_DP264),)

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