[PATCH 8/22] UML - Fix missing subdir in x86_64

From: Jeff Dike
Date: Sun May 01 2005 - 16:29:23 EST


>From Al Viro:

make distclean et.al. are missing arch/um/sys-x86_64/utils; fixed
the same way we have it done for sys-i386 counterpart.

Signed-off-by: Al Viro <viro@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
Signed-off-by: Jeff Dike <jdike@xxxxxxxxxxx>

Index: linux-2.6.11-mm/arch/um/sys-x86_64/Makefile
===================================================================
--- linux-2.6.11-mm.orig/arch/um/sys-x86_64/Makefile 2005-04-30 12:57:43.000000000 -0400
+++ linux-2.6.11-mm/arch/um/sys-x86_64/Makefile 2005-04-30 13:06:31.000000000 -0400
@@ -23,4 +23,6 @@

CFLAGS_csum-partial.o := -Dcsum_partial=arch_csum_partial

+subdir- := util
+
include arch/um/scripts/Makefile.rules

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