summaryrefslogtreecommitdiffstats
path: root/arch/alpha/kernel/Makefile
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1998-03-17 22:05:47 +0000
committerRalf Baechle <ralf@linux-mips.org>1998-03-17 22:05:47 +0000
commit27cfca1ec98e91261b1a5355d10a8996464b63af (patch)
tree8e895a53e372fa682b4c0a585b9377d67ed70d0e /arch/alpha/kernel/Makefile
parent6a76fb7214c477ccf6582bd79c5b4ccc4f9c41b1 (diff)
Look Ma' what I found on my harddisk ...
o New faster syscalls for 2.1.x, too o Upgrade to 2.1.89. Don't try to run this. It's flaky as hell. But feel free to debug ...
Diffstat (limited to 'arch/alpha/kernel/Makefile')
-rw-r--r--arch/alpha/kernel/Makefile26
1 files changed, 25 insertions, 1 deletions
diff --git a/arch/alpha/kernel/Makefile b/arch/alpha/kernel/Makefile
index 260ac7bff..ba0aee556 100644
--- a/arch/alpha/kernel/Makefile
+++ b/arch/alpha/kernel/Makefile
@@ -16,9 +16,33 @@ all: kernel.o head.o
O_TARGET := kernel.o
O_OBJS := entry.o traps.o process.o osf_sys.o irq.o signal.o setup.o \
- bios32.o ptrace.o time.o apecs.o lca.o cia.o
+ bios32.o ptrace.o time.o fpreg.o
OX_OBJS := alpha_ksyms.o
+
+ifdef CONFIG_ALPHA_APECS
+O_OBJS += apecs.o
+endif
+ifdef CONFIG_ALPHA_CIA
+O_OBJS += cia.o
+endif
+ifdef CONFIG_ALPHA_LCA
+O_OBJS += lca.o
+endif
+ifdef CONFIG_ALPHA_PYXIS
+O_OBJS += pyxis.o
+endif
+ifdef CONFIG_ALPHA_T2
+O_OBJS += t2.o
+endif
+ifneq ($(CONFIG_ALPHA_PC164)$(CONFIG_ALPHA_LX164),nn)
+O_OBJS += smc37c93x.o
+endif
+ifdef CONFIG_ALPHA_SX164
+O_OBJS += smc37c669.o
+endif
+
+
all: kernel.o head.o
head.o: head.s