ecba97d4aa
UML makefiles sanitized: - number of generated headers reduced to 2 (from user-offsets.c and kernel-offsets.c resp.). The rest is made constant and simply includes those two. - mk_... helpers are gone now that we don't need to generate these headers - arch/um/include2 removed since everything under arch/um/include/sysdep is constant now and symlink can point straight to source tree. - dependencies seriously simplified. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
14 lines
353 B
Text
14 lines
353 B
Text
# Copyright 2003 - 2004 Pathscale, Inc
|
|
# Released under the GPL
|
|
|
|
libs-y += arch/um/sys-x86_64/
|
|
START := 0x60000000
|
|
|
|
#We #undef __x86_64__ for kernelspace, not for userspace where
|
|
#it's needed for headers to work!
|
|
CFLAGS += -U__$(SUBARCH)__ -fno-builtin
|
|
USER_CFLAGS += -fno-builtin
|
|
CHECKFLAGS += -m64
|
|
|
|
ELF_ARCH := i386:x86-64
|
|
ELF_FORMAT := elf64-x86-64
|