Root/tools/Makefile

Source at commit c3ac7d9cb8ff9909ad82a2ff952a25b7312408af created 13 years 1 month ago.
By Werner Almesberger, atusb/fw3/README: build instructions for firmware and prerequisites
1#
2# tools/Makefile - Build the ATRF-specific tools
3#
4# Written 2010-2011 by Werner Almesberger
5# Copyright 2010-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
14DIRS=atrf-id atrf-reset atrf-rssi atrf-trim atrf-txrx
15TARGET_ONLY_DIRS=lib
16
17ifeq ($(TARGET),ben_jlime)
18HOST = jlime
19else
20HOST = ben
21endif
22
23
24include ../Makefile.recurse
25
26.PHONY: upload
27
28upload:
29        scp `for n in $(DIRS); do echo $$n/$$n; done` $(HOST):
30

Archive Download this file



interactive