diff options
| author | Keith Packard <keithp@keithp.com> | 2010-04-05 22:21:46 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2010-04-05 22:21:46 -0700 |
| commit | cc600a0389720bc7e435dbda8bec080ef19e0c58 (patch) | |
| tree | 7d69db5676a679038c30711293f722033d90ca33 /ao-tools/altosui/Makefile | |
| parent | c28646d72005daeadb70b95fd3b0050bd752cc55 (diff) | |
Add Linux device discovery
AltosDeviceLinux.java scans /proc to locate suitable devices. This
will be hooked up to the UI shortly.
Diffstat (limited to 'ao-tools/altosui/Makefile')
| -rw-r--r-- | ao-tools/altosui/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ao-tools/altosui/Makefile b/ao-tools/altosui/Makefile index 74b29f7f..fcb259eb 100644 --- a/ao-tools/altosui/Makefile +++ b/ao-tools/altosui/Makefile @@ -12,9 +12,7 @@ CLASSFILES=\ AltosTelemetry.class \ AltosUI.class \ AltosDevice.class \ - AltosDeviceName.class \ AltosDeviceLinux.class \ - AltosDeviceNameLinux.class JAVAFLAGS=-Xlint:unchecked |
