summaryrefslogtreecommitdiff
path: root/nuttx/configs/mx1ads/src
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-03-21 14:38:23 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-03-21 14:38:23 -0600
commit6a0e83d26bac59bc9b20c9314287721eadb7c047 (patch)
tree905df78373732c2b6ff09e181c3171ab9539acde /nuttx/configs/mx1ads/src
parentd7db6399b95580d22bf5161e12d5734d39031754 (diff)
downloadpx4-nuttx-6a0e83d26bac59bc9b20c9314287721eadb7c047.tar.gz
px4-nuttx-6a0e83d26bac59bc9b20c9314287721eadb7c047.tar.bz2
px4-nuttx-6a0e83d26bac59bc9b20c9314287721eadb7c047.zip
Clean up some misnamed garbage in Makefiles
Diffstat (limited to 'nuttx/configs/mx1ads/src')
-rw-r--r--nuttx/configs/mx1ads/src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/mx1ads/src/Makefile b/nuttx/configs/mx1ads/src/Makefile
index facf1cf9f..db0ffb0f1 100644
--- a/nuttx/configs/mx1ads/src/Makefile
+++ b/nuttx/configs/mx1ads/src/Makefile
@@ -39,7 +39,7 @@ CFLAGS += -I$(TOPDIR)/sched
ASRCS =
AOBJS = $(ASRCS:.S=$(OBJEXT))
-CSRCS = up_boot.c up_leds.c up_network.c
+CSRCS = mx1_boot.c mx1_leds.c mx1_network.c
COBJS = $(CSRCS:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS)