IEEE 802.15.4 subsystem
Sign in or create your account | Project List | Help
IEEE 802.15.4 subsystem Git Source Tree
Root/
Source at commit 8e842bab8efb0f6d40497e2f0ced4a41041ebd85 created 9 years 11 months ago. By Werner Almesberger, atusb.brd: ground zone adjustments; corrected date code location | |
---|---|
1 | # |
2 | # atrf-id/Makefile - Build the ATRF identification 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 | |
14 | MAIN = atrf-id |
15 | |
16 | include ../Makefile.common |
17 |