summaryrefslogtreecommitdiff
path: root/nuttx/configs/kwikstik-k40/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/kwikstik-k40/src/Makefile')
-rw-r--r--nuttx/configs/kwikstik-k40/src/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/nuttx/configs/kwikstik-k40/src/Makefile b/nuttx/configs/kwikstik-k40/src/Makefile
index e02cce78a..e4edfb0c5 100644
--- a/nuttx/configs/kwikstik-k40/src/Makefile
+++ b/nuttx/configs/kwikstik-k40/src/Makefile
@@ -37,17 +37,17 @@
CFLAGS += -I$(TOPDIR)/sched
-ASRCS =
+ASRCS =
AOBJS = $(ASRCS:.S=$(OBJEXT))
CSRCS = up_boot.c up_lcd.c up_spi.c
ifeq ($(CONFIG_ARCH_LEDS),y)
-CSRCS += up_leds.c
+CSRCS += up_leds.c
endif
ifeq ($(CONFIG_ARCH_BUTTONS),y)
-CSRCS += up_buttons.c
+CSRCS += up_buttons.c
endif
ifeq ($(CONFIG_NSH_ARCHINIT),y)