diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2008-08-25 10:14:29 +0200 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2008-10-23 07:55:22 +0200 |
commit | ec82c32d45644998a28abad0a6a9ccdd721a054e (patch) | |
tree | 191b1828648cd3a6faf54438e9748e212211bc9b /arch/um/Makefile-os-Linux | |
parent | x86, um: get rid of excessive includes of uml-config.h (diff) | |
download | linux-ec82c32d45644998a28abad0a6a9ccdd721a054e.tar.xz linux-ec82c32d45644998a28abad0a6a9ccdd721a054e.zip |
x86, um: get rid of arch/um/os symlink
we can get DEV_NULL defined for arch/um/drivers/null.c in less
convoluted ways, TYVM...
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'arch/um/Makefile-os-Linux')
-rw-r--r-- | arch/um/Makefile-os-Linux | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/um/Makefile-os-Linux b/arch/um/Makefile-os-Linux index 52859487c95d..2c8a598ec14b 100644 --- a/arch/um/Makefile-os-Linux +++ b/arch/um/Makefile-os-Linux @@ -6,3 +6,4 @@ # To get a definition of F_SETSIG USER_CFLAGS += -D_GNU_SOURCE -D_LARGEFILE64_SOURCE KBUILD_CFLAGS += -D_LARGEFILE64_SOURCE +DEV_NULL_PATH = \"/dev/null\" |