diff options
author | Christian Pointner <equinox@helsinki.at> | 2014-06-01 22:25:17 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2014-06-01 22:25:17 (GMT) |
commit | faacc869355202efac7c72b2d0b35dfc27aaa974 (patch) | |
tree | 0a11b67bea451a8bd02a5b7e9cfa3d6c5ffbf18c /software/rhmixxx/Makefile | |
parent | 6d858fbbc63b96fec3fcdb6bb009cabed36c4b11 (diff) |
added gpio subsystem
Diffstat (limited to 'software/rhmixxx/Makefile')
-rw-r--r-- | software/rhmixxx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/software/rhmixxx/Makefile b/software/rhmixxx/Makefile index 1e4b67c..7b31d1f 100644 --- a/software/rhmixxx/Makefile +++ b/software/rhmixxx/Makefile @@ -21,7 +21,7 @@ NAME := rhmixxx BOARD_TYPE := rhmixxx -OBJ := $(NAME).o keypad.o eventqueue.o +OBJ := $(NAME).o keypad.o eventqueue.o gpio.o LIBS := util led lufa-descriptor-midi EXTERNAL_LIBS := lufa |