mirror of
https://github.com/wiiu-env/WiiUPluginSystem.git
synced 2026-03-22 02:04:13 -05:00
7 lines
203 B
Makefile
7 lines
203 B
Makefile
ASFLAGS := -mregnames
|
|
|
|
# -T: use the linker script specified
|
|
# -wrap: wrap function
|
|
# -q: Leave relocation sections and contents in fully linked executables
|
|
|
|
LDFLAGS += -T $(WUPSDIR)/wups.ld -Wl,-q
|