Hi, all.

I tested test13-pre2 on Alpha, but it is not compilable. So, I send a
small patch, and in test13-pre3 its problem may not be repaired.

'CONFIG_ALPHA' is used in drivers/pci/Makefile, but it is not defined
in anywhere. So, I added it to arch/alpha/config.in.

I think the point in arch/alpha/math-emu/Makefile small.

Regards
Daiki Matsuda

--- linux/arch/alpha/math-emu/Makefile.old      Sun Dec 17 22:06:10 2000
+++ linux/arch/alpha/math-emu/Makefile  Sun Dec 17 22:04:58 2000
@@ -8,7 +8,7 @@
 # Note 2! The CFLAGS definition is now in the main makefile...
 
 O_TARGET := math-emu.o
-O_OBJS   := math.o qrnnd.o
+obj-y   := math.o qrnnd.o
 CFLAGS += -I. -I$(TOPDIR)/include/math-emu -w
 
 ifeq ($(CONFIG_MATHEMU),m)
--- linux/arch/alpha/config.in.old      Sun Dec 17 22:22:27 2000
+++ linux/arch/alpha/config.in  Sun Dec 17 22:23:38 2000
@@ -24,6 +24,8 @@
 mainmenu_option next_comment
 comment 'General setup'
 
+define_bool CONFIG_ALPHA y
+
 choice 'Alpha system type' \
        "Generic                CONFIG_ALPHA_GENERIC            \
         Alcor/Alpha-XLT        CONFIG_ALPHA_ALCOR              \

Reply via email to