Root/tools/dirtpan/Makefile

Source at commit 49e7c83796bc04941e9dbcec69bc0751563ff4d4 created 7 years 6 days ago.
By Werner Almesberger, atusb/: use ""VDD" symbol from kicad-libs
1#
2# dirtpan/Makefile - Quick and dirty IPv4 over 802.15.4 tunnel
3#
4# Written 2011 by Werner Almesberger
5# Copyright 2011 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 = dirtpan
15
16include ../Makefile.common
17
18CFLAGS += -I. -I../../install/lowpan-tools-0.2.2/include/ \
19      -I../../install/linux-zigbee/include/
20

Archive Download this file



interactive