Root/tools/Makefile

Source at commit 18eec557d0227425a04f1509b7c8ca8a1d24fb07 created 13 years 6 months ago.
By Werner Almesberger, Updated atusd driver for new hardware. Make use of the interrupt line.
1#
2# tools/Makefile - Build the ATSPI-specific tools
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
14DIRS=atspi-id atspi-reset atspi-rssi atspi-trim atspi-txrx
15TARGET_ONLY_DIRS=lib
16
17include ../Makefile.recurse
18
19.PHONY: upload
20
21upload:
22        scp `for n in $(DIRS); do echo $$n/$$n; done` ben:
23

Archive Download this file



interactive