patch-2.0.34 linux/arch/alpha/kernel/Makefile
Next file: linux/arch/alpha/kernel/apecs.c
Previous file: linux/arch/alpha/defconfig
Back to the patch index
Back to the overall index
- Lines: 14
- Date:
Wed Jun 3 15:17:46 1998
- Orig file:
v2.0.33/linux/arch/alpha/kernel/Makefile
- Orig date:
Mon Jun 3 20:06:37 1996
diff -u --recursive --new-file v2.0.33/linux/arch/alpha/kernel/Makefile linux/arch/alpha/kernel/Makefile
@@ -16,7 +16,12 @@
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 ksyms.o
+ bios32.o ptrace.o time.o apecs.o lca.o cia.o t2.o pyxis.o \
+ ksyms.o smc.o
+
+ifdef CONFIG_KGDB
+O_OBJS += kgdb.o
+endif
all: kernel.o head.o
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov