aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--externals/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/externals/Makefile b/externals/Makefile
index 3f66ad4a..829e095a 100644
--- a/externals/Makefile
+++ b/externals/Makefile
@@ -2087,7 +2087,8 @@ vbap_clean:
#------------------------------------------------------------------------------#
# WIIREMOTE
-WIIREMOTE_NAME=io # this is installed into the "io" library
+# this is installed into the "io" library
+WIIREMOTE_NAME=io
WIIREMOTE_SRC := $(wildcard $(externals_src)/io/wiiremote/*.c)
WIIREMOTE_OBJECTS := $(WIIREMOTE_SRC:.c=.o)