From f91a1aac610192984326a4d0e77796c1419f8ca1 Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 22 Mar 2013 16:19:59 +0000 Subject: 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 --- nuttx/configs/stm32f4discovery/src/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nuttx/configs/stm32f4discovery/src/Makefile') 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 # # 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 -- cgit v1.2.3