Root/tools/atrf-txrx/Makefile

Source at commit 33926475741878e548c670f24284ed1b87a24954 created 13 years 2 months ago.
By Werner Almesberger, great atusd -> atben renaming: changed the directory name
1#
2# atrf-txrx/Makefile - Build the TX/RX test utility
3#
4# Written 2010 by Werner Almesberger
5# Copyright 2010 Werner Almesberger
6#
7# This program is free software; you can redistribute it and/or modify
8# it under the terms of the GNU General Public License as published by
9# the Free Software Foundation; either version 2 of the License, or
10# (at your option) any later version.
11#
12
13
14MAIN = atrf-txrx
15
16include ../Makefile.common
17
18LDLIBS += -lm
19

Archive Download this file



interactive