mirror of
git://projects.qi-hardware.com/ben-wpan.git
synced 2024-11-17 01:36:13 +02:00
ae348fb5cc
- install/INSTALL-PC: updated build process of lowpan-tools to use the git repository - tools/dirtpan/Makefile (CFLAGS): added include path for lowpan tools from git
20 lines
539 B
Makefile
20 lines
539 B
Makefile
#
|
|
# dirtpan/Makefile - Quick and dirty IPv4 over 802.15.4 tunnel
|
|
#
|
|
# 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 = dirtpan
|
|
|
|
include ../Makefile.common
|
|
|
|
CFLAGS += -I. -I../../install/lowpan-tools-0.2.2/include/ \
|
|
-I../../install/linux-zigbee/include/
|