https://jxself.org/git/linux-libre.git
Raw File
Tip revision: e8eb34aadc074ba9276a085e333d39a5d06313d3 authored by Jason Self on 02 July 2009, 23:52:50 UTC
Linux-libre 2.6.30.1-gnu1
Tip revision: e8eb34a
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