[PATCH 9/10] UML - Remove unused make variables

From: Jeff Dike
Date: Tue Mar 28 2006 - 17:58:47 EST


From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
uml: removed assignments to unused variables in arch/um/os-Linux/Makefile

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

arch/um/os-Linux/Makefile | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)

Index: linux-2.6.16-mm/arch/um/os-Linux/Makefile
===================================================================
--- linux-2.6.16-mm.orig/arch/um/os-Linux/Makefile 2006-03-28 09:30:36.000000000 -0500
+++ linux-2.6.16-mm/arch/um/os-Linux/Makefile 2006-03-28 09:40:31.000000000 -0500
@@ -15,9 +15,6 @@ USER_OBJS := $(user-objs-y) aio.o elf_au
process.o sigio.o signal.o start_up.o time.o trap.o tt.o tty.o \
uaccess.o umid.o util.o

-elf_aux.o: $(ARCH_DIR)/kernel-offsets.h
-CFLAGS_elf_aux.o += -I$(objtree)/arch/um
-
CFLAGS_user_syms.o += -DSUBARCH_$(SUBARCH)

HAVE_AIO_ABI := $(shell [ -r /usr/include/linux/aio_abi.h ] && \

-
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/