patch-2.4.10 linux/arch/ppc/boot/prep/Makefile
Next file: linux/arch/ppc/boot/prep/head.S
Previous file: linux/arch/ppc/boot/pmac/start.c
Back to the patch index
Back to the overall index
- Lines: 34
- Date:
Tue Aug 28 06:58:33 2001
- Orig file:
v2.4.9/linux/arch/ppc/boot/prep/Makefile
- Orig date:
Wed Jul 25 17:10:18 2001
diff -u --recursive --new-file v2.4.9/linux/arch/ppc/boot/prep/Makefile linux/arch/ppc/boot/prep/Makefile
@@ -1,4 +1,4 @@
-# BK Id: SCCS/s.Makefile 1.19 07/19/01 09:11:28 trini
+# BK Id: SCCS/s.Makefile 1.24 08/01/01 13:25:40 trini
#
# arch/ppc/boot/Makefile
#
@@ -17,8 +17,6 @@
USE_STANDARD_AS_RULE := true
-CFLAGS += -fno-builtin
-
ifeq ($(CONFIG_SMP),y)
TFTPIMAGE = /tftpboot/zImage.prep.smp
else
@@ -32,7 +30,7 @@
OBJCOPY_ARGS = -O elf32-powerpc
LIBS = ../lib/zlib.a
-obj-$(CONFIG_SERIAL_CONSOLE) += ns16550.o
+obj-$(CONFIG_SERIAL_CONSOLE) += ../common/ns16550.o
obj-$(CONFIG_VGA_CONSOLE) += vreset.o kbd.o
# Tools
@@ -45,9 +43,6 @@
misc.o: misc.c
$(CC) $(CFLAGS) -DINITRD_OFFSET=0 -DINITRD_SIZE=0 -DZIMAGE_OFFSET=0 \
-DZIMAGE_SIZE=0 -c -o $@ $*.c
-
-ns16550.o: ../common/ns16550.c
- $(CC) $(CFLAGS) -DIOOFFSET=0x80000000 -c -o $@ ../common/$*.c
zvmlinux.initrd: zvmlinux ../images/vmlinux.gz
$(LD) $(ZLINKFLAGS) -o $@.tmp $(obj-y) $(LIBS)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)