summaryrefslogtreecommitdiffstats
path: root/nuttx/configs/mbed/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/mbed/src/Makefile')
-rw-r--r--nuttx/configs/mbed/src/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/configs/mbed/src/Makefile b/nuttx/configs/mbed/src/Makefile
index 18019c0be3..02fee7649c 100644
--- a/nuttx/configs/mbed/src/Makefile
+++ b/nuttx/configs/mbed/src/Makefile
@@ -46,6 +46,10 @@ ifeq ($(CONFIG_USBMSC),y)
CSRCS += up_usbmsc.c
endif
+ifeq ($(CONFIG_EXAMPLES_HIDKBD),y)
+CSRCS += up_hidkbd.c
+endif
+
AOBJS = $(ASRCS:.S=$(OBJEXT))
COBJS = $(CSRCS:.c=$(OBJEXT))