summaryrefslogtreecommitdiff
path: root/nuttx/configs/skp16c26/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/skp16c26/src/Makefile')
-rw-r--r--nuttx/configs/skp16c26/src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/skp16c26/src/Makefile b/nuttx/configs/skp16c26/src/Makefile
index 28b6ca3af..b18769de7 100644
--- a/nuttx/configs/skp16c26/src/Makefile
+++ b/nuttx/configs/skp16c26/src/Makefile
@@ -39,7 +39,7 @@ CFLAGS += -I$(TOPDIR)/sched
ASRCS =
AOBJS = $(ASRCS:.S=$(OBJEXT))
-CSRCS = up_leds.c
+CSRCS = up_leds.c up_buttons.c
COBJS = $(CSRCS:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS)