Increase verbosity of multicast tracing and fix tap build problem / GitHub Issue #19

This commit is contained in:
Adam Ierymenko 2013-10-17 15:20:43 -04:00
commit d0dbd869c9
2 changed files with 90 additions and 9 deletions

View file

@ -27,7 +27,7 @@ CFLAGS = -Wall -mkernel -force_cpusubtype_ALL \
CCFLAGS = $(CFLAGS)
LDFLAGS = -Wall -mkernel -nostdlib -r -lcc_kext -arch i386 -arch x86_64 -Xlinker -kext
CCP = llvm-g++
CCP = $(shell if [ -f /usr/bin/llvm-g++ ]; then echo llvm-g++; else echo g++; fi)
CC = gcc
all: $(KMOD_BIN) bundle