Skip to content

Commit

Permalink
[PATCH] uml: fix missing subdir in x86_64
Browse files Browse the repository at this point in the history
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@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>
  • Loading branch information
Al Viro authored and Linus Torvalds committed May 5, 2005
1 parent da998a2 commit 04fe392
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/um/sys-x86_64/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,5 @@ thunk.S-dir = lib
module.c-dir = kernel

CFLAGS_csum-partial.o := -Dcsum_partial=arch_csum_partial

subdir- := util

0 comments on commit 04fe392

Please sign in to comment.