Skip to content

Commit

Permalink
legacy build is no longer supported
Browse files Browse the repository at this point in the history
  • Loading branch information
geohot committed May 23, 2019
1 parent a06af9f commit b35f6ff
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 21 deletions.
9 changes: 0 additions & 9 deletions board/Makefile.legacy

This file was deleted.

6 changes: 0 additions & 6 deletions board/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,6 @@ Programming
make
```

**NEO**

```
make -f Makefile.legacy
```

Troubleshooting
----

Expand Down
6 changes: 0 additions & 6 deletions tests/automated/0_builds.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
import os
from panda import build_st

def test_build_legacy():
build_st("obj/comma.bin", "Makefile.legacy")

def test_build_bootstub_legacy():
build_st("obj/bootstub.comma.bin", "Makefile.legacy")

def test_build_panda():
build_st("obj/panda.bin")

Expand Down

0 comments on commit b35f6ff

Please sign in to comment.