diff options
| author | Keith Packard <keithp@keithp.com> | 2017-04-02 19:32:17 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2017-04-02 19:32:17 -0700 |
| commit | 8c1478b55f5dbe9711b31a34d4f5e3563f1f42d2 (patch) | |
| tree | 6dd9d2a56a267cff7d8903130402613bf66d5182 /src/cortexelf-v1/Makefile | |
| parent | 79215de60d3e11b4abd1ecd2fa9575a323b76754 (diff) | |
cortexelf-v1: Hook up hex keypad using matrix input driver
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/cortexelf-v1/Makefile')
| -rw-r--r-- | src/cortexelf-v1/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cortexelf-v1/Makefile b/src/cortexelf-v1/Makefile index 65f16c2c..b491c2e4 100644 --- a/src/cortexelf-v1/Makefile +++ b/src/cortexelf-v1/Makefile @@ -57,6 +57,7 @@ ALTOS_SRC = \ ao_exti_stm.c \ ao_i2c_stm.c \ ao_as1107.c \ + ao_matrix.c \ ao_vga.c \ ao_blt.c \ ao_copy.c \ |
