You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#
|
|
# 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\"
|
|
|