summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm32f4discovery/src/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-03-22 16:19:59 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-03-22 16:19:59 +0000
commitf91a1aac610192984326a4d0e77796c1419f8ca1 (patch)
tree738775612118ff38be1b1816e2ce02d45d3211f2 /nuttx/configs/stm32f4discovery/src/Makefile
parentd27a58798955bad789da8f89acadf8c4341c2ecb (diff)
downloadpx4-nuttx-f91a1aac610192984326a4d0e77796c1419f8ca1.tar.gz
px4-nuttx-f91a1aac610192984326a4d0e77796c1419f8ca1.tar.bz2
px4-nuttx-f91a1aac610192984326a4d0e77796c1419f8ca1.zip
Add a OS test kernel build configuration for the STM32F4Discovery board
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5775 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/stm32f4discovery/src/Makefile')
-rw-r--r--nuttx/configs/stm32f4discovery/src/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/configs/stm32f4discovery/src/Makefile b/nuttx/configs/stm32f4discovery/src/Makefile
index 7ac27a7d0..3a29ae869 100644
--- a/nuttx/configs/stm32f4discovery/src/Makefile
+++ b/nuttx/configs/stm32f4discovery/src/Makefile
@@ -1,7 +1,7 @@
############################################################################
# configs/stm32f4discovery/src/Makefile
#
-# Copyright (C) 2011-2012 Gregory Nutt. All rights reserved.
+# Copyright (C) 2011-2013 Gregory Nutt. All rights reserved.
# Author: Gregory Nutt <gnutt@nuttx.org>
#
# Redistribution and use in source and binary forms, with or without
@@ -72,7 +72,7 @@ ifeq ($(CONFIG_WATCHDOG),y)
CSRCS += up_watchdog.c
endif
-ifeq ($(CONFIG_NSH_ARCHINIT),y)
+ifeq ($(CONFIG_NSH_LIBRARY),y)
CSRCS += up_nsh.c
endif