This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/Makefile b/Makefile | |
| index 0350d14..c937f90 100644 | |
| --- a/Makefile | |
| +++ b/Makefile | |
| @@ -1,5 +1,6 @@ | |
| LINK_LIBS += -ludev | |
| LINK_LIBS += -lxwiimote | |
| +LINK_LIBS += -lm | |
| EXTRA_CFLAGS += $(CONFIG_FLAGS) | |