Revision 043cdf33 os/modules/PowerManagement_1-1/Makefile

View differences:

os/modules/PowerManagement_1-1/Makefile
71 71
# If enabled, this option makes the build process faster by not compiling
72 72
# modules not used in the current configuration.
73 73
ifeq ($(USE_SMART_BUILD),)
74
  USE_SMART_BUILD = yes
74
  USE_SMART_BUILD = no
75 75
endif
76 76

  
77 77
#                                                                              #
......
96 96

  
97 97
# Enables the use of FPU on Cortex-M4.
98 98
# Possible selections are:
99
#   no     - no FPU is used (propably equals 'soft')b
99
#   no     - no FPU is used (probably equals 'soft')
100 100
#   soft   - does not use the FPU, thus all floating point operations are emulated
101 101
#   softfp - uses the FPU, but uses the integer registers only
102 102
#   hard   - uses the FPU and passes data via the FPU registers

Also available in: Unified diff