Browse Source

Fix typo introduced into many Makefiles with last changes

git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5370 42af7a65-404d-4744-a932-0658087f49c3
sbg
patacongo 12 years ago
parent
commit
7a68d93999
  1. 2
      nuttx/Makefile.unix
  2. 2
      nuttx/Makefile.win
  3. 2
      nuttx/configs/amber/src/Makefile
  4. 2
      nuttx/configs/avr32dev1/src/Makefile
  5. 2
      nuttx/configs/c5471evm/src/Makefile
  6. 2
      nuttx/configs/compal_e88/src/Makefile
  7. 2
      nuttx/configs/compal_e99/src/Makefile
  8. 2
      nuttx/configs/demo9s12ne64/src/Makefile
  9. 2
      nuttx/configs/ea3131/src/Makefile
  10. 2
      nuttx/configs/ea3152/src/Makefile
  11. 2
      nuttx/configs/eagle100/src/Makefile
  12. 2
      nuttx/configs/ekk-lm3s9b96/src/Makefile
  13. 2
      nuttx/configs/ez80f910200kitg/src/Makefile
  14. 2
      nuttx/configs/ez80f910200zco/src/Makefile
  15. 2
      nuttx/configs/fire-stm32v2/src/Makefile
  16. 2
      nuttx/configs/hymini-stm32v/src/Makefile
  17. 2
      nuttx/configs/kwikstik-k40/src/Makefile
  18. 2
      nuttx/configs/lincoln60/src/Makefile
  19. 2
      nuttx/configs/lm3s6432-s2e/src/Makefile
  20. 2
      nuttx/configs/lm3s6965-ek/src/Makefile
  21. 2
      nuttx/configs/lm3s8962-ek/src/Makefile
  22. 2
      nuttx/configs/lpc4330-xplorer/src/Makefile
  23. 2
      nuttx/configs/lpcxpresso-lpc1768/src/Makefile
  24. 2
      nuttx/configs/m68332evb/src/Makefile
  25. 2
      nuttx/configs/mbed/src/Makefile
  26. 2
      nuttx/configs/mcu123-lpc214x/src/Makefile
  27. 2
      nuttx/configs/micropendous3/src/Makefile
  28. 2
      nuttx/configs/mirtoo/src/Makefile
  29. 2
      nuttx/configs/mx1ads/src/Makefile
  30. 2
      nuttx/configs/ne64badge/src/Makefile
  31. 2
      nuttx/configs/ntosd-dm320/src/Makefile
  32. 2
      nuttx/configs/nucleus2g/src/Makefile
  33. 2
      nuttx/configs/olimex-lpc1766stk/src/Makefile
  34. 2
      nuttx/configs/olimex-lpc2378/src/Makefile
  35. 2
      nuttx/configs/olimex-stm32-p107/src/Makefile
  36. 2
      nuttx/configs/olimex-strp711/src/Makefile
  37. 2
      nuttx/configs/pcblogic-pic32mx/src/Makefile
  38. 2
      nuttx/configs/pic32-starterkit/src/Makefile
  39. 2
      nuttx/configs/pic32mx7mmb/src/Makefile
  40. 2
      nuttx/configs/pjrc-8051/src/Makefile
  41. 2
      nuttx/configs/qemu-i486/src/Makefile
  42. 2
      nuttx/configs/sam3u-ek/src/Makefile
  43. 2
      nuttx/configs/shenzhou/src/Makefile
  44. 2
      nuttx/configs/sim/src/Makefile
  45. 2
      nuttx/configs/skp16c26/src/Makefile
  46. 2
      nuttx/configs/stm3210e-eval/src/Makefile
  47. 2
      nuttx/configs/stm3220g-eval/src/Makefile
  48. 2
      nuttx/configs/stm3240g-eval/src/Makefile
  49. 2
      nuttx/configs/stm32f100rc_generic/src/Makefile
  50. 2
      nuttx/configs/sure-pic32mx/src/Makefile
  51. 2
      nuttx/configs/teensy/src/Makefile
  52. 2
      nuttx/configs/twr-k60n512/src/Makefile
  53. 2
      nuttx/configs/ubw32/src/Makefile
  54. 2
      nuttx/configs/us7032evb1/src/Makefile
  55. 6
      nuttx/include/nuttx/power/pm.h
  56. 2
      nuttx/libc/stdio/lib_fgets.c

2
nuttx/Makefile.unix

@ -447,7 +447,7 @@ check_context: @@ -447,7 +447,7 @@ check_context:
# Archive targets. The target build sequency will first create a series of
# libraries, one per configured source file directory. The final NuttX
# execution will then be built from those libraries. The following targets
# built those libraries.
# build those libraries.
#
# Possible kernel-mode builds

2
nuttx/Makefile.win

@ -463,7 +463,7 @@ check_context: @@ -463,7 +463,7 @@ check_context:
# Archive targets. The target build sequency will first create a series of
# libraries, one per configured source file directory. The final NuttX
# execution will then be built from those libraries. The following targets
# built those libraries.
# build those libraries.
#
# Possible kernel-mode builds

2
nuttx/configs/amber/src/Makefile

@ -86,7 +86,7 @@ libboard$(LIBEXT): $(OBJS) @@ -86,7 +86,7 @@ libboard$(LIBEXT): $(OBJS)
depend: .depend
clean:
$(call DELFILE libboard$(LIBEXT)))
$(call DELFILE libboard$(LIBEXT))
$(call CLEAN)
distclean: clean

2
nuttx/configs/avr32dev1/src/Makefile

@ -79,7 +79,7 @@ libboard$(LIBEXT): $(OBJS) @@ -79,7 +79,7 @@ libboard$(LIBEXT): $(OBJS)
depend: .depend
clean:
$(call DELFILE libboard$(LIBEXT)))
$(call DELFILE libboard$(LIBEXT))
$(call CLEAN)
distclean: clean

2
nuttx/configs/c5471evm/src/Makefile

@ -66,7 +66,7 @@ libboard$(LIBEXT): $(OBJS) @@ -66,7 +66,7 @@ libboard$(LIBEXT): $(OBJS)
depend: .depend
clean:
$(call DELFILE libboard$(LIBEXT)))
$(call DELFILE libboard$(LIBEXT))
$(call CLEAN)
distclean: clean

2
nuttx/configs/compal_e88/src/Makefile

@ -69,7 +69,7 @@ libboard$(LIBEXT): $(OBJS) @@ -69,7 +69,7 @@ libboard$(LIBEXT): $(OBJS)
depend: .depend
clean:
$(call DELFILE libboard$(LIBEXT)))
$(call DELFILE libboard$(LIBEXT))
$(call CLEAN)
distclean: clean

2
nuttx/configs/compal_e99/src/Makefile

@ -69,7 +69,7 @@ libboard$(LIBEXT): $(OBJS) @@ -69,7 +69,7 @@ libboard$(LIBEXT): $(OBJS)
depend: .depend
clean:
$(call DELFILE libboard$(LIBEXT)))
$(call DELFILE libboard$(LIBEXT))
$(call CLEAN)
distclean: clean

2
nuttx/configs/demo9s12ne64/src/Makefile

@ -75,7 +75,7 @@ libboard$(LIBEXT): $(OBJS) @@ -75,7 +75,7 @@ libboard$(LIBEXT): $(OBJS)
depend: .depend
clean:
$(call DELFILE libboard$(LIBEXT)))
$(call DELFILE libboard$(LIBEXT))
$(call CLEAN)
distclean: clean

2
nuttx/configs/ea3131/src/Makefile

@ -94,7 +94,7 @@ libboard$(LIBEXT): $(OBJS) @@ -94,7 +94,7 @@ libboard$(LIBEXT): $(OBJS)
depend: .depend
clean:
$(call DELFILE libboard$(LIBEXT)))
$(call DELFILE libboard$(LIBEXT))
$(call CLEAN)
distclean: clean

2
nuttx/configs/ea3152/src/Makefile

@ -94,7 +94,7 @@ libboard$(LIBEXT): $(OBJS) @@ -94,7 +94,7 @@ libboard$(LIBEXT): $(OBJS)
depend: .depend
clean:
$(call DELFILE libboard$(LIBEXT)))
$(call DELFILE libboard$(LIBEXT))
$(call CLEAN)
distclean: clean

2
nuttx/configs/eagle100/src/Makefile

@ -75,7 +75,7 @@ libboard$(LIBEXT): $(OBJS) @@ -75,7 +75,7 @@ libboard$(LIBEXT): $(OBJS)
depend: .depend
clean:
$(call DELFILE libboard$(LIBEXT)))
$(call DELFILE libboard$(LIBEXT))
$(call CLEAN)
distclean: clean

2
nuttx/configs/ekk-lm3s9b96/src/Makefile

@ -77,7 +77,7 @@ libboard$(LIBEXT): $(OBJS) @@ -77,7 +77,7 @@ libboard$(LIBEXT): $(OBJS)
depend: .depend
clean:
$(call DELFILE libboard$(LIBEXT)))
$(call DELFILE libboard$(LIBEXT))
$(call CLEAN)
distclean: clean

2
nuttx/configs/ez80f910200kitg/src/Makefile

@ -73,7 +73,7 @@ libboard$(LIBEXT): $(OBJS) @@ -73,7 +73,7 @@ libboard$(LIBEXT): $(OBJS)
depend: .depend
clean:
$(call DELFILE libboard$(LIBEXT)))
$(call DELFILE libboard$(LIBEXT))
$(call CLEAN)
distclean: clean

2
nuttx/configs/ez80f910200zco/src/Makefile

@ -80,7 +80,7 @@ libboard$(LIBEXT): $(OBJS) @@ -80,7 +80,7 @@ libboard$(LIBEXT): $(OBJS)
depend: .depend
clean:
$(call DELFILE libboard$(LIBEXT)))
$(call DELFILE libboard$(LIBEXT))
$(call CLEAN)
distclean: clean

2
nuttx/configs/fire-stm32v2/src/Makefile

@ -116,7 +116,7 @@ libboard$(LIBEXT): $(OBJS) @@ -116,7 +116,7 @@ libboard$(LIBEXT): $(OBJS)
depend: .depend
clean:
$(call DELFILE libboard$(LIBEXT)))
$(call DELFILE libboard$(LIBEXT))
$(call CLEAN)
distclean: clean

2
nuttx/configs/hymini-stm32v/src/Makefile

@ -95,7 +95,7 @@ libboard$(LIBEXT): $(OBJS) @@ -95,7 +95,7 @@ libboard$(LIBEXT): $(OBJS)
depend: .depend
clean:
$(call DELFILE libboard$(LIBEXT)))
$(call DELFILE libboard$(LIBEXT))
$(call CLEAN)
distclean: clean

2
nuttx/configs/kwikstik-k40/src/Makefile

@ -93,7 +93,7 @@ libboard$(LIBEXT): $(OBJS) @@ -93,7 +93,7 @@ libboard$(LIBEXT): $(OBJS)
depend: .depend
clean:
$(call DELFILE libboard$(LIBEXT)))
$(call DELFILE libboard$(LIBEXT))
$(call CLEAN)
distclean: clean

2
nuttx/configs/lincoln60/src/Makefile

@ -85,7 +85,7 @@ libboard$(LIBEXT): $(OBJS) @@ -85,7 +85,7 @@ libboard$(LIBEXT): $(OBJS)
depend: .depend
clean:
$(call DELFILE libboard$(LIBEXT)))
$(call DELFILE libboard$(LIBEXT))
$(call CLEAN)
distclean: clean

2
nuttx/configs/lm3s6432-s2e/src/Makefile

@ -76,7 +76,7 @@ libboard$(LIBEXT): $(OBJS) @@ -76,7 +76,7 @@ libboard$(LIBEXT): $(OBJS)
depend: .depend
clean:
$(call DELFILE libboard$(LIBEXT)))
$(call DELFILE libboard$(LIBEXT))
$(call CLEAN)
distclean: clean

2
nuttx/configs/lm3s6965-ek/src/Makefile

@ -79,7 +79,7 @@ libboard$(LIBEXT): $(OBJS) @@ -79,7 +79,7 @@ libboard$(LIBEXT): $(OBJS)
depend: .depend
clean:
$(call DELFILE libboard$(LIBEXT)))
$(call DELFILE libboard$(LIBEXT))
$(call CLEAN)
distclean: clean

2
nuttx/configs/lm3s8962-ek/src/Makefile

@ -79,7 +79,7 @@ libboard$(LIBEXT): $(OBJS) @@ -79,7 +79,7 @@ libboard$(LIBEXT): $(OBJS)
depend: .depend
clean:
$(call DELFILE libboard$(LIBEXT)))
$(call DELFILE libboard$(LIBEXT))
$(call CLEAN)
distclean: clean

2
nuttx/configs/lpc4330-xplorer/src/Makefile

@ -113,7 +113,7 @@ libboard$(LIBEXT): $(OBJS) @@ -113,7 +113,7 @@ libboard$(LIBEXT): $(OBJS)
depend: .depend
clean:
$(call DELFILE libboard$(LIBEXT)))
$(call DELFILE libboard$(LIBEXT))
$(call CLEAN)
distclean: clean

2
nuttx/configs/lpcxpresso-lpc1768/src/Makefile

@ -85,7 +85,7 @@ libboard$(LIBEXT): $(OBJS) @@ -85,7 +85,7 @@ libboard$(LIBEXT): $(OBJS)
depend: .depend
clean:
$(call DELFILE libboard$(LIBEXT)))
$(call DELFILE libboard$(LIBEXT))
$(call CLEAN)
distclean: clean

2
nuttx/configs/m68332evb/src/Makefile

@ -63,7 +63,7 @@ libboard$(LIBEXT): $(OBJS) @@ -63,7 +63,7 @@ libboard$(LIBEXT): $(OBJS)
depend: .depend
clean:
$(call DELFILE libboard$(LIBEXT)))
$(call DELFILE libboard$(LIBEXT))
$(call CLEAN)
distclean: clean

2
nuttx/configs/mbed/src/Makefile

@ -79,7 +79,7 @@ libboard$(LIBEXT): $(OBJS) @@ -79,7 +79,7 @@ libboard$(LIBEXT): $(OBJS)
depend: .depend
clean:
$(call DELFILE libboard$(LIBEXT)))
$(call DELFILE libboard$(LIBEXT))
$(call CLEAN)
distclean: clean

2
nuttx/configs/mcu123-lpc214x/src/Makefile

@ -86,7 +86,7 @@ libboard$(LIBEXT): $(OBJS) @@ -86,7 +86,7 @@ libboard$(LIBEXT): $(OBJS)
depend: .depend
clean:
$(call DELFILE libboard$(LIBEXT)))
$(call DELFILE libboard$(LIBEXT))
$(call CLEAN)
distclean: clean

2
nuttx/configs/micropendous3/src/Makefile

@ -86,7 +86,7 @@ libboard$(LIBEXT): $(OBJS) @@ -86,7 +86,7 @@ libboard$(LIBEXT): $(OBJS)
depend: .depend
clean:
$(call DELFILE libboard$(LIBEXT)))
$(call DELFILE libboard$(LIBEXT))
$(call CLEAN)
distclean: clean

2
nuttx/configs/mirtoo/src/Makefile

@ -85,7 +85,7 @@ libboard$(LIBEXT): $(OBJS) @@ -85,7 +85,7 @@ libboard$(LIBEXT): $(OBJS)
depend: .depend
clean:
$(call DELFILE libboard$(LIBEXT)))
$(call DELFILE libboard$(LIBEXT))
$(call CLEAN)
distclean: clean

2
nuttx/configs/mx1ads/src/Makefile

@ -66,7 +66,7 @@ libboard$(LIBEXT): $(OBJS) @@ -66,7 +66,7 @@ libboard$(LIBEXT): $(OBJS)
depend: .depend
clean:
$(call DELFILE libboard$(LIBEXT)))
$(call DELFILE libboard$(LIBEXT))
$(call CLEAN)
distclean: clean

2
nuttx/configs/ne64badge/src/Makefile

@ -75,7 +75,7 @@ libboard$(LIBEXT): $(OBJS) @@ -75,7 +75,7 @@ libboard$(LIBEXT): $(OBJS)
depend: .depend
clean:
$(call DELFILE libboard$(LIBEXT)))
$(call DELFILE libboard$(LIBEXT))
$(call CLEAN)
distclean: clean

2
nuttx/configs/ntosd-dm320/src/Makefile

@ -66,7 +66,7 @@ libboard$(LIBEXT): $(OBJS) @@ -66,7 +66,7 @@ libboard$(LIBEXT): $(OBJS)
depend: .depend
clean:
$(call DELFILE libboard$(LIBEXT)))
$(call DELFILE libboard$(LIBEXT))
$(call CLEAN)
distclean: clean

2
nuttx/configs/nucleus2g/src/Makefile

@ -79,7 +79,7 @@ libboard$(LIBEXT): $(OBJS) @@ -79,7 +79,7 @@ libboard$(LIBEXT): $(OBJS)
depend: .depend
clean:
$(call DELFILE libboard$(LIBEXT)))
$(call DELFILE libboard$(LIBEXT))
$(call CLEAN)
distclean: clean

2
nuttx/configs/olimex-lpc1766stk/src/Makefile

@ -93,7 +93,7 @@ libboard$(LIBEXT): $(OBJS) @@ -93,7 +93,7 @@ libboard$(LIBEXT): $(OBJS)
depend: .depend
clean:
$(call DELFILE libboard$(LIBEXT)))
$(call DELFILE libboard$(LIBEXT))
$(call CLEAN)
distclean: clean

2
nuttx/configs/olimex-lpc2378/src/Makefile

@ -82,7 +82,7 @@ libboard$(LIBEXT): $(OBJS) @@ -82,7 +82,7 @@ libboard$(LIBEXT): $(OBJS)
depend: .depend
clean:
$(call DELFILE libboard$(LIBEXT)))
$(call DELFILE libboard$(LIBEXT))
$(call CLEAN)
distclean: clean

2
nuttx/configs/olimex-stm32-p107/src/Makefile

@ -78,7 +78,7 @@ libboard$(LIBEXT): $(OBJS) @@ -78,7 +78,7 @@ libboard$(LIBEXT): $(OBJS)
depend: .depend
clean:
$(call DELFILE libboard$(LIBEXT)))
$(call DELFILE libboard$(LIBEXT))
$(call CLEAN)
distclean: clean

2
nuttx/configs/olimex-strp711/src/Makefile

@ -79,7 +79,7 @@ libboard$(LIBEXT): $(OBJS) @@ -79,7 +79,7 @@ libboard$(LIBEXT): $(OBJS)
depend: .depend
clean:
$(call DELFILE libboard$(LIBEXT)))
$(call DELFILE libboard$(LIBEXT))
$(call CLEAN)
distclean: clean

2
nuttx/configs/pcblogic-pic32mx/src/Makefile

@ -77,7 +77,7 @@ libboard$(LIBEXT): $(OBJS) @@ -77,7 +77,7 @@ libboard$(LIBEXT): $(OBJS)
depend: .depend
clean:
$(call DELFILE libboard$(LIBEXT)))
$(call DELFILE libboard$(LIBEXT))
$(call CLEAN)
distclean: clean

2
nuttx/configs/pic32-starterkit/src/Makefile

@ -88,7 +88,7 @@ libboard$(LIBEXT): $(OBJS) @@ -88,7 +88,7 @@ libboard$(LIBEXT): $(OBJS)
depend: .depend
clean:
$(call DELFILE libboard$(LIBEXT)))
$(call DELFILE libboard$(LIBEXT))
$(call CLEAN)
distclean: clean

2
nuttx/configs/pic32mx7mmb/src/Makefile

@ -92,7 +92,7 @@ libboard$(LIBEXT): $(OBJS) @@ -92,7 +92,7 @@ libboard$(LIBEXT): $(OBJS)
depend: .depend
clean:
$(call DELFILE libboard$(LIBEXT)))
$(call DELFILE libboard$(LIBEXT))
$(call CLEAN)
distclean: clean

2
nuttx/configs/pjrc-8051/src/Makefile

@ -65,7 +65,7 @@ libboard$(LIBEXT): $(OBJS) @@ -65,7 +65,7 @@ libboard$(LIBEXT): $(OBJS)
depend: .depend
clean:
$(call DELFILE libboard$(LIBEXT)))
$(call DELFILE libboard$(LIBEXT))
$(call CLEAN)
distclean: clean

2
nuttx/configs/qemu-i486/src/Makefile

@ -72,7 +72,7 @@ libboard$(LIBEXT): $(OBJS) @@ -72,7 +72,7 @@ libboard$(LIBEXT): $(OBJS)
depend: .depend
clean:
$(call DELFILE libboard$(LIBEXT)))
$(call DELFILE libboard$(LIBEXT))
$(call CLEAN)
distclean: clean

2
nuttx/configs/sam3u-ek/src/Makefile

@ -85,7 +85,7 @@ libboard$(LIBEXT): $(OBJS) @@ -85,7 +85,7 @@ libboard$(LIBEXT): $(OBJS)
depend: .depend
clean:
$(call DELFILE libboard$(LIBEXT)))
$(call DELFILE libboard$(LIBEXT))
$(call CLEAN)
distclean: clean

2
nuttx/configs/shenzhou/src/Makefile

@ -136,7 +136,7 @@ libboard$(LIBEXT): $(OBJS) @@ -136,7 +136,7 @@ libboard$(LIBEXT): $(OBJS)
depend: .depend
clean:
$(call DELFILE libboard$(LIBEXT)))
$(call DELFILE libboard$(LIBEXT))
$(call CLEAN)
distclean: clean

2
nuttx/configs/sim/src/Makefile

@ -72,7 +72,7 @@ endif @@ -72,7 +72,7 @@ endif
depend: .depend
clean:
$(call DELFILE libboard$(LIBEXT)))
$(call DELFILE libboard$(LIBEXT))
$(call CLEAN)
distclean: clean

2
nuttx/configs/skp16c26/src/Makefile

@ -66,7 +66,7 @@ libboard$(LIBEXT): $(OBJS) @@ -66,7 +66,7 @@ libboard$(LIBEXT): $(OBJS)
depend: .depend
clean:
$(call DELFILE libboard$(LIBEXT)))
$(call DELFILE libboard$(LIBEXT))
$(call CLEAN)
distclean: clean

2
nuttx/configs/stm3210e-eval/src/Makefile

@ -120,7 +120,7 @@ libboard$(LIBEXT): $(OBJS) @@ -120,7 +120,7 @@ libboard$(LIBEXT): $(OBJS)
depend: .depend
clean:
$(call DELFILE libboard$(LIBEXT)))
$(call DELFILE libboard$(LIBEXT))
$(call CLEAN)
distclean: clean

2
nuttx/configs/stm3220g-eval/src/Makefile

@ -120,7 +120,7 @@ libboard$(LIBEXT): $(OBJS) @@ -120,7 +120,7 @@ libboard$(LIBEXT): $(OBJS)
depend: .depend
clean:
$(call DELFILE libboard$(LIBEXT)))
$(call DELFILE libboard$(LIBEXT))
$(call CLEAN)
distclean: clean

2
nuttx/configs/stm3240g-eval/src/Makefile

@ -128,7 +128,7 @@ libboard$(LIBEXT): $(OBJS) @@ -128,7 +128,7 @@ libboard$(LIBEXT): $(OBJS)
depend: .depend
clean:
$(call DELFILE libboard$(LIBEXT)))
$(call DELFILE libboard$(LIBEXT))
$(call CLEAN)
distclean: clean

2
nuttx/configs/stm32f100rc_generic/src/Makefile

@ -72,7 +72,7 @@ libboard$(LIBEXT): $(OBJS) @@ -72,7 +72,7 @@ libboard$(LIBEXT): $(OBJS)
depend: .depend
clean:
$(call DELFILE libboard$(LIBEXT)))
$(call DELFILE libboard$(LIBEXT))
$(call CLEAN)
distclean: clean

2
nuttx/configs/sure-pic32mx/src/Makefile

@ -97,7 +97,7 @@ libboard$(LIBEXT): $(OBJS) @@ -97,7 +97,7 @@ libboard$(LIBEXT): $(OBJS)
depend: .depend
clean:
$(call DELFILE libboard$(LIBEXT)))
$(call DELFILE libboard$(LIBEXT))
$(call CLEAN)
distclean: clean

2
nuttx/configs/teensy/src/Makefile

@ -92,7 +92,7 @@ libboard$(LIBEXT): $(OBJS) @@ -92,7 +92,7 @@ libboard$(LIBEXT): $(OBJS)
depend: .depend
clean:
$(call DELFILE libboard$(LIBEXT)))
$(call DELFILE libboard$(LIBEXT))
$(call CLEAN)
distclean: clean

2
nuttx/configs/twr-k60n512/src/Makefile

@ -94,7 +94,7 @@ libboard$(LIBEXT): $(OBJS) @@ -94,7 +94,7 @@ libboard$(LIBEXT): $(OBJS)
depend: .depend
clean:
$(call DELFILE libboard$(LIBEXT)))
$(call DELFILE libboard$(LIBEXT))
$(call CLEAN)
distclean: clean

2
nuttx/configs/ubw32/src/Makefile

@ -88,7 +88,7 @@ libboard$(LIBEXT): $(OBJS) @@ -88,7 +88,7 @@ libboard$(LIBEXT): $(OBJS)
depend: .depend
clean:
$(call DELFILE libboard$(LIBEXT)))
$(call DELFILE libboard$(LIBEXT))
$(call CLEAN)
distclean: clean

2
nuttx/configs/us7032evb1/src/Makefile

@ -66,7 +66,7 @@ libboard$(LIBEXT): $(OBJS) @@ -66,7 +66,7 @@ libboard$(LIBEXT): $(OBJS)
depend: .depend
clean:
$(call DELFILE libboard$(LIBEXT)))
$(call DELFILE libboard$(LIBEXT))
$(call CLEAN)
distclean: clean

6
nuttx/include/nuttx/power/pm.h

@ -163,7 +163,7 @@ @@ -163,7 +163,7 @@
#endif
#if CONFIG_PM_IDLEENTER_THRESH >= CONFIG_PM_IDLEEXIT_THRESH
# error "Must have CONFIG_PM_IDLEENTER_THRESH < CONFIG_PM_IDLEEXIT_THRESH
# error "Must have CONFIG_PM_IDLEENTER_THRESH < CONFIG_PM_IDLEEXIT_THRESH"
#endif
#ifndef CONFIG_PM_IDLEENTER_COUNT
@ -181,7 +181,7 @@ @@ -181,7 +181,7 @@
#endif
#if CONFIG_PM_STANDBYENTER_THRESH >= CONFIG_PM_STANDBYEXIT_THRESH
# error "Must have CONFIG_PM_STANDBYENTER_THRESH < CONFIG_PM_STANDBYEXIT_THRESH
# error "Must have CONFIG_PM_STANDBYENTER_THRESH < CONFIG_PM_STANDBYEXIT_THRESH"
#endif
#ifndef CONFIG_PM_STANDBYENTER_COUNT
@ -199,7 +199,7 @@ @@ -199,7 +199,7 @@
#endif
#if CONFIG_PM_SLEEPENTER_THRESH >= CONFIG_PM_SLEEPEXIT_THRESH
# error "Must have CONFIG_PM_SLEEPENTER_THRESH < CONFIG_PM_SLEEPEXIT_THRESH
# error "Must have CONFIG_PM_SLEEPENTER_THRESH < CONFIG_PM_SLEEPEXIT_THRESH"
#endif
#ifndef CONFIG_PM_SLEEPENTER_COUNT

2
nuttx/libc/stdio/lib_fgets.c

@ -150,7 +150,7 @@ char *fgets(FAR char *buf, int buflen, FILE *stream) @@ -150,7 +150,7 @@ char *fgets(FAR char *buf, int buflen, FILE *stream)
if (ch == '\n')
#elif defined(CONFIG_EOL_IS_CR)
if (ch == '\r')
#elif CONFIG_EOL_IS_EITHER_CRLF
#else /* elif CONFIG_EOL_IS_EITHER_CRLF */
if (ch == '\n' || ch == '\r')
#endif
{

Loading…
Cancel
Save