diff --git a/configs/sim/pashello/Make.defs b/configs/sim/pashello/Make.defs index 28069e16a36..9f23c5da8d9 100644 --- a/configs/sim/pashello/Make.defs +++ b/configs/sim/pashello/Make.defs @@ -1,5 +1,5 @@ ############################################################################ -# configs/sim/Make.defs +# configs/sim/pashello/Make.defs # # Copyright (C) 2007, 2008 Gregory Nutt. All rights reserved. # Author: Gregory Nutt @@ -67,6 +67,7 @@ EXEEXT = ifeq ("${CONFIG_DEBUG}","y") LDFLAGS += -g endif +EXTRA_LIBS = -lm define COMPILE @echo "CC: $1"