https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 4bf2e93b5eecb80fcade34e8914c57124b678f57 authored by Jason Self on 06 February 2012, 17:31:55 UTC
Linux-libre 3.0.20-gnu1
Tip revision: 4bf2e93
Makefile-os-Linux
# 
# 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\"
back to top