1
0
mirror of git://projects.qi-hardware.com/ben-wpan.git synced 2024-07-08 02:15:26 +03:00
ben-wpan/cntr/tools/Makefile
Werner Almesberger 4d49921b9b Added user-space counter utility.
- cntr/tools/Makefile: the usual recursive Makefile
- cntr/tools/cntr/Makefile, cntr/tools/cntr/cntr.c: user-space tool to
  periodically read the free-running counter and to calculate frequency
  and deviation from it
2010-08-25 06:40:03 -03:00

17 lines
423 B
Makefile

#
# tools/Makefile - Build the ATSPI-specific tools
#
# Written 2010 by Werner Almesberger
# Copyright 2010 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.
#
DIRS=cntr
include ../../Makefile.recurse