summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nuttx/configs/olimex-lpc-h3131/src/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/configs/olimex-lpc-h3131/src/Makefile b/nuttx/configs/olimex-lpc-h3131/src/Makefile
index 379ca529f..630007803 100644
--- a/nuttx/configs/olimex-lpc-h3131/src/Makefile
+++ b/nuttx/configs/olimex-lpc-h3131/src/Makefile
@@ -65,6 +65,9 @@ endif
ifeq ($(CONFIG_LPC31_USBOTG),y)
ifeq ($(CONFIG_USBHOST),y)
CSRCS += lpc31_usbhost.c
+ifeq ($(CONFIG_EXAMPLES_HIDKBD),y)
+CSRCS += lpc31_hidkbd.c
+endif
endif
endif