patch-2.3.50 linux/arch/ppc/kernel/Makefile
Next file: linux/arch/ppc/kernel/feature.c
Previous file: linux/arch/ppc/defconfig
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Thu Mar 2 22:46:07 2000
- Orig file:
v2.3.49/linux/arch/ppc/kernel/Makefile
- Orig date:
Sat Feb 26 22:31:41 2000
diff -u --recursive --new-file v2.3.49/linux/arch/ppc/kernel/Makefile linux/arch/ppc/kernel/Makefile
@@ -98,7 +98,7 @@
OX_OBJS += prep_setup.o
endif
ifeq ($(CONFIG_GEMINI),y)
- O_OBJS += gemini_prom.o gemini_pci.o gemini_setup.o
+ O_OBJS += gemini_prom.o gemini_pci.o gemini_setup.o open_pic.o
endif
all: $(KHEAD) kernel.o
@@ -114,6 +114,8 @@
$(TOPDIR)/include/asm/ptrace.h
$(CC) $(CFLAGS) -S mk_defs.c
cp ppc_defs.head ppc_defs.h
+# for bk, this way we can write to the file even if it's not checked out
+ chmod u+w ppc_defs.h
grep '^#define' mk_defs.s >> ppc_defs.h
rm mk_defs.s
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)