diff options
| author | Dan Halbert <halbert@halwitz.org> | 2017-11-16 19:28:24 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-11-16 19:28:24 -0500 |
| commit | a9f75a71c5b6430159f60e9cdca7fdc4a3f309ba (patch) | |
| tree | 526d7c7b164daf5a295297b0a7e42c2eadc57b02 /py | |
| parent | ea4b08de20c4b677b04eb94322ece5d3af31703b (diff) | |
| parent | 312444bbd2a8e77ebf3c0e1983649327970e9575 (diff) | |
Merge pull request #443 from dhalbert/3.0_spi3.0.0-alpha.1
non-DMA SPI working; adding this now for testing; will continue with DMA
Diffstat (limited to 'py')
| -rw-r--r-- | py/mkrules.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/py/mkrules.mk b/py/mkrules.mk index 1d6f11fc9..a7a2d492a 100644 --- a/py/mkrules.mk +++ b/py/mkrules.mk @@ -183,4 +183,8 @@ print-def: @$(CC) -E -Wp,-dM __empty__.c @$(RM) -f __empty__.c +tags: + ctags -e -R $(TOP) + -include $(OBJ:.o=.P) + |
