From 5447d6c44b63354b11ceb648e199282dbb65f623 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 6 Jul 2009 19:05:24 +0000 Subject: upgrade to the new version of wprobe - includes reconfigurable layer 2 statistics, remote access, more configuration options and many bugfixes SVN-Revision: 16719 --- package/wprobe/src/Makefile.inc | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 package/wprobe/src/Makefile.inc (limited to 'package/wprobe/src/Makefile.inc') diff --git a/package/wprobe/src/Makefile.inc b/package/wprobe/src/Makefile.inc new file mode 100644 index 0000000000..05a2dd979f --- /dev/null +++ b/package/wprobe/src/Makefile.inc @@ -0,0 +1,12 @@ +HOST_OS=$(shell uname) + +CC=gcc +AR=ar +RANLIB=ranlib + +WFLAGS = -Wall -Werror +CFLAGS?=-O2 +CPPFLAGS= +LDFLAGS= +LIBS= + -- cgit v1.2.3