diff options
Diffstat (limited to 'arch/um/Makefile-os-Linux')
-rw-r--r-- | arch/um/Makefile-os-Linux | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/um/Makefile-os-Linux b/arch/um/Makefile-os-Linux new file mode 100644 index 000000000000..0c0f9a1cbbad --- /dev/null +++ b/arch/um/Makefile-os-Linux | |||
@@ -0,0 +1,8 @@ | |||
1 | # | ||
2 | # Copyright (C) 2000 Jeff Dike (jdike@karaya.com) | ||
3 | # Licensed under the GPL | ||
4 | # | ||
5 | |||
6 | # To get a definition of F_SETSIG | ||
7 | USER_CFLAGS += -D_GNU_SOURCE -D_LARGEFILE64_SOURCE | ||
8 | CFLAGS += -D_LARGEFILE64_SOURCE | ||