Skip to content

Commit

Permalink
Clean up obsolete dangerzone includes.
Browse files Browse the repository at this point in the history
  • Loading branch information
cyoung committed Apr 26, 2018
1 parent 92dab38 commit 2e8ed95
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4,685 deletions.
5 changes: 1 addition & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ $(if $(GOROOT),,$(error GOROOT is not set!))
endif

all:
make ahrs_approx xdump978 xdump1090 xgen_gdl90 $(PLATFORMDEPENDENT)
make xdump978 xdump1090 xgen_gdl90 $(PLATFORMDEPENDENT)

xgen_gdl90:
go get -t -d -v ./main ./godump978 ./uatparse ./sensors
Expand All @@ -29,9 +29,6 @@ xdump978:
cd dump978 && make lib
sudo cp -f ./libdump978.so /usr/lib/libdump978.so

ahrs_approx:
go build $(BUILDINFO) -p 4 test-data/ahrs/ahrs_approx.go

.PHONY: test
test:
make -C test
Expand Down
4 changes: 0 additions & 4 deletions image/rc.local
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,4 @@ fi

/usr/bin/stratux-screen.py start

# Dangerzone.
#route add default gw 10.26.36.1
#screen -d -m -S ahrs_approx /usr/bin/ahrs_approx

exit 0
203 changes: 0 additions & 203 deletions test-data/ahrs/ahrs_approx.go

This file was deleted.

Loading

0 comments on commit 2e8ed95

Please sign in to comment.