patch-2.2.13 linux/arch/sparc64/kernel/Makefile
Next file: linux/arch/sparc64/kernel/cpu.c
Previous file: linux/arch/sparc64/defconfig
Back to the patch index
Back to the overall index
- Lines: 31
- Date:
Tue Oct 19 17:14:00 1999
- Orig file:
v2.2.12/linux/arch/sparc64/kernel/Makefile
- Orig date:
Wed Mar 10 16:53:37 1999
diff -u --recursive --new-file v2.2.12/linux/arch/sparc64/kernel/Makefile linux/arch/sparc64/kernel/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.43 1999/01/02 16:45:53 davem Exp $
+# $Id: Makefile,v 1.43.2.2 1999/09/22 11:37:40 jj Exp $
# Makefile for the linux kernel.
#
# Note! Dependencies are done automagically by 'make dep', which also
@@ -19,8 +19,7 @@
O_OBJS := process.o setup.o cpu.o idprom.o \
traps.o devices.o auxio.o ioport.o \
irq.o ptrace.o time.o sys_sparc.o signal.o \
- unaligned.o sys_sunos32.o sunos_ioctl32.o \
- central.o psycho.o starfire.o
+ unaligned.o central.o psycho.o starfire.o power.o
OX_OBJS := sparc64_ksyms.o
ifdef CONFIG_PCI
@@ -41,6 +40,14 @@
ifdef CONFIG_BINFMT_AOUT32
O_OBJS += binfmt_aout32.o
+endif
+
+ifdef CONFIG_SUNOS_EMUL
+ O_OBJS += sys_sunos32.o sunos_ioctl32.o
+else
+ ifdef CONFIG_SOLARIS_EMUL
+ O_OBJS += sys_sunos32.o sunos_ioctl32.o
+ endif
endif
head.o: head.S ttable.S itlb_base.S dtlb_base.S dtlb_backend.S dtlb_prot.S \
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)