mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 00:48:50 +00:00
ec82c32d45
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>
9 lines
235 B
Text
9 lines
235 B
Text
#
|
|
# Copyright (C) 2000 Jeff Dike (jdike@karaya.com)
|
|
# Licensed under the GPL
|
|
#
|
|
|
|
# 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\"
|