diff options
| author | Keith Packard <keithp@keithp.com> | 2012-08-28 18:12:27 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2012-08-28 23:00:23 -0700 |
| commit | 27a879b4069ccedf8bbe39d7dbecf45000f29d8c (patch) | |
| tree | 1e5c350de45e73c82b55fd6769c85ddf309e5469 /src/telefire-v0.1/Makefile | |
| parent | eb1a9a8c3f3d3993d5986925bc4ad112c2bbc119 (diff) | |
altos: Include the radio_cmac debug commands in telefire
Just temporary debugging
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/telefire-v0.1/Makefile')
| -rw-r--r-- | src/telefire-v0.1/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/telefire-v0.1/Makefile b/src/telefire-v0.1/Makefile index cfa4b3ed..712b2e8b 100644 --- a/src/telefire-v0.1/Makefile +++ b/src/telefire-v0.1/Makefile @@ -52,7 +52,8 @@ CC1111_SRC = \ DRIVER_SRC = \ ao_pca9922.c \ ao_74hc497.c \ - ao_pad.c + ao_pad.c \ + ao_radio_cmac_cmd.c PRODUCT_SRC = \ ao_telefire.c |
