patch-2.4.6 linux/arch/ppc/boot/tree/Makefile
Next file: linux/arch/ppc/boot/tree/ld.script
Previous file: linux/arch/ppc/boot/prep/misc.c
Back to the patch index
Back to the overall index
- Lines: 22
- Date:
Mon Jul 2 14:34:57 2001
- Orig file:
v2.4.5/linux/arch/ppc/boot/tree/Makefile
- Orig date:
Thu May 24 15:02:07 2001
diff -u --recursive --new-file v2.4.5/linux/arch/ppc/boot/tree/Makefile linux/arch/ppc/boot/tree/Makefile
@@ -1,4 +1,4 @@
-# BK Id: SCCS/s.Makefile 1.5 05/18/01 06:20:29 patch
+# BK Id: SCCS/s.Makefile 1.7 06/15/01 13:16:10 paulus
#
#
# Module name: Makefile
@@ -26,12 +26,13 @@
GZIP = gzip -vf9
RM = rm -f
-MKEVIMG = ../utils/mkevimg -l
+MKEVIMG = ../utils/mkevimg -l -c
MKIRIMG = ../utils/mkirimg
+CFLAGS += -I$(TOPDIR)/drivers/net
LD_ARGS = -e _start -T ld.script -Ttext 0x00200000 -Bstatic
OBJS = ../common/crt0.o main.o misc.o irSect.o ../common/string.o \
- ../common/misc-common.o
+ ../common/misc-common.o ../common/ns16550.o
LIBS = ../lib/zlib.a
treeboot: $(OBJS) $(LIBS) ld.script
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)