diff options
Diffstat (limited to 'externals')
-rw-r--r-- | externals/Makefile | 3 |
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) |