lkml.org 
[lkml]   [2003]   [Feb]   [17]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] 2.5.61-ac1 : fixes 'make mrproper'
Hello all,
The following patch fixes a 'make mrproper' compile error. The Makefiles
within arch/i386/boot98 include (TOPDIR)/Rules.make , which no longer is
there. Please review for inclusion.

Regards,
Frank

--- linux/arch/i386/boot98/Makefile.old 2003-02-17 14:05:08.000000000 -0500
+++ linux/arch/i386/boot98/Makefile 2003-02-17 14:05:18.000000000 -0500
@@ -36,8 +36,6 @@

boot: bzImage

-include $(TOPDIR)/Rules.make
-
# ---------------------------------------------------------------------------

$(obj)/zImage: IMAGE_OFFSET := 0x1000
--- linux/arch/i386/boot98/compressed/Makefile.old 2003-02-17 14:05:52.000000000 -0500
+++ linux/arch/i386/boot98/compressed/Makefile 2003-02-17 14:05:56.000000000 -0500
@@ -7,8 +7,6 @@
EXTRA_TARGETS := vmlinux vmlinux.bin vmlinux.bin.gz head.o misc.o piggy.o
EXTRA_AFLAGS := -traditional

-include $(TOPDIR)/Rules.make
-
LDFLAGS_vmlinux := -Ttext $(IMAGE_OFFSET) -e startup_32

$(obj)/vmlinux: $(obj)/head.o $(obj)/misc.o $(obj)/piggy.o FORCE


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:33    [W:0.020 / U:0.032 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site