diff options
Diffstat (limited to 'Makefile.wii')
-rw-r--r-- | Makefile.wii | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.wii b/Makefile.wii index 8e2f2c8..60d072e 100644 --- a/Makefile.wii +++ b/Makefile.wii | |||
@@ -19,7 +19,7 @@ TARGET := gen3uploader_wii | |||
19 | BUILD := build | 19 | BUILD := build |
20 | SOURCES := source | 20 | SOURCES := source |
21 | DATA := data | 21 | DATA := data |
22 | INCLUDES := source include | 22 | INCLUDES := source include vendor/include |
23 | 23 | ||
24 | #--------------------------------------------------------------------------------- | 24 | #--------------------------------------------------------------------------------- |
25 | # options for code generation | 25 | # options for code generation |
@@ -33,14 +33,14 @@ LDFLAGS = -g $(MACHDEP) -Wl,-Map,$(notdir $@).map | |||
33 | #--------------------------------------------------------------------------------- | 33 | #--------------------------------------------------------------------------------- |
34 | # any extra libraries we wish to link with the project | 34 | # any extra libraries we wish to link with the project |
35 | #--------------------------------------------------------------------------------- | 35 | #--------------------------------------------------------------------------------- |
36 | LIBS := -logc | 36 | LIBS := -lfat -logc -lwolfssl -lm |
37 | 37 | ||
38 | 38 | ||
39 | #--------------------------------------------------------------------------------- | 39 | #--------------------------------------------------------------------------------- |
40 | # list of directories containing libraries, this must be the top level containing | 40 | # list of directories containing libraries, this must be the top level containing |
41 | # include and lib | 41 | # include and lib |
42 | #--------------------------------------------------------------------------------- | 42 | #--------------------------------------------------------------------------------- |
43 | LIBDIRS := $(DEVKITPPC)/lib $(CURDIR) | 43 | LIBDIRS := $(DEVKITPPC)/lib $(CURDIR) $(CURDIR)/vendor |
44 | 44 | ||
45 | #--------------------------------------------------------------------------------- | 45 | #--------------------------------------------------------------------------------- |
46 | # no real need to edit anything past this point unless you need to add additional | 46 | # no real need to edit anything past this point unless you need to add additional |