summaryrefslogtreecommitdiffstats
path: root/mk/os-Linux.mk
blob: 7b6e460b82b5a58f83e3516e398a1355e1069fe1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# Setup OS specific variables
# Copyright 2008 Roy Marples <roy@marples.name>

SRC_PF=		lpf.c
SRC_IF=		if-linux.c

CPPFLAGS+=	-D_BSD_SOURCE -D_XOPEN_SOURCE=600
LIBRT=		-lrt

# Nasty hack - see source for why
SRC_IF+=	if-linux-wireless.c