diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-07-06 19:05:24 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-07-06 19:05:24 +0000 |
commit | 5447d6c44b63354b11ceb648e199282dbb65f623 (patch) | |
tree | 762b9ea294024b359d37d7cd6b649158666591cc /package/wprobe/src/Makefile.inc | |
parent | 069dbf6fd412aa01e384c8ca5fd2b51306a51412 (diff) | |
download | upstream-5447d6c44b63354b11ceb648e199282dbb65f623.tar.gz upstream-5447d6c44b63354b11ceb648e199282dbb65f623.tar.bz2 upstream-5447d6c44b63354b11ceb648e199282dbb65f623.zip |
upgrade to the new version of wprobe - includes reconfigurable layer 2 statistics, remote access, more configuration options and many bugfixes
SVN-Revision: 16719
Diffstat (limited to 'package/wprobe/src/Makefile.inc')
-rw-r--r-- | package/wprobe/src/Makefile.inc | 12 |
1 files changed, 12 insertions, 0 deletions
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= + |