mirror of
git://projects.qi-hardware.com/ben-wpan.git
synced 2024-11-05 15:33:43 +02:00
9ab94a53e2
- Makefile (DIRS): added atrf-xmit - atrf-xmit/Makefile, atrf-xmit/atrf-xmit.c: new utility atrf-xmit to rapidly send packets from one device to another and analyze the outcome
17 lines
422 B
Makefile
17 lines
422 B
Makefile
#
|
|
# atrf-xmit/Makefile - Fast transmission test
|
|
#
|
|
# Written 2011 by Werner Almesberger
|
|
# Copyright 2011 Werner Almesberger
|
|
#
|
|
# This program is free software; you can redistribute it and/or modify
|
|
# it under the terms of the GNU General Public License as published by
|
|
# the Free Software Foundation; either version 2 of the License, or
|
|
# (at your option) any later version.
|
|
#
|
|
|
|
|
|
MAIN = atrf-xmit
|
|
|
|
include ../Makefile.common
|