diff options
author | Al Viro <viro@parcelfarce.linux.theplanet.co.uk> | 2005-05-05 19:15:24 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-05-05 19:36:34 -0400 |
commit | 1cd3bc1c810c83fb8955035675165a644e0c9a84 (patch) | |
tree | 25c09e82f812c84f55b1e86141cb371ce8626c85 /arch/um/Makefile | |
parent | 8d0b9dc9be3919e9979eac59fd12e8f82b098325 (diff) |
[PATCH] uml: cross-build support : mk_ptregs
mk_ptregs converted. Nothing new here, it's the same situation as with
mk_user_constants.
Signed-off-by: Al Viro <viro@parcelfarce.linux.theplanet.co.uk>
Signed-off-by: Jeff Dike <jdike@addtoit.com>
Cc: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/um/Makefile')
-rw-r--r-- | arch/um/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/um/Makefile b/arch/um/Makefile index e3465dab57fd..46a332f96e3c 100644 --- a/arch/um/Makefile +++ b/arch/um/Makefile | |||
@@ -196,7 +196,7 @@ $(ARCH_DIR)/kernel/skas/util/mk_ptregs: $(ARCH_DIR)/kernel/skas/util FORCE ; | |||
196 | $(ARCH_DIR)/util: scripts_basic $(SYS_DIR)/sc.h FORCE | 196 | $(ARCH_DIR)/util: scripts_basic $(SYS_DIR)/sc.h FORCE |
197 | $(Q)$(MAKE) $(build)=$@ | 197 | $(Q)$(MAKE) $(build)=$@ |
198 | 198 | ||
199 | $(ARCH_DIR)/kernel/skas/util: scripts_basic FORCE | 199 | $(ARCH_DIR)/kernel/skas/util: scripts_basic $(ARCH_DIR)/user-offsets.h FORCE |
200 | $(Q)$(MAKE) $(build)=$@ | 200 | $(Q)$(MAKE) $(build)=$@ |
201 | 201 | ||
202 | $(ARCH_DIR)/os-$(OS)/util: scripts_basic FORCE | 202 | $(ARCH_DIR)/os-$(OS)/util: scripts_basic FORCE |