mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 15:45:19 +00:00
(NGC) fix makefile
This commit is contained in:
parent
3f2112d2fd
commit
9290207ede
@ -38,7 +38,7 @@ CFLAGS += -Wall -std=gnu99 $(MACHDEP) $(INCLUDE)
|
|||||||
LDFLAGS := $(MACHDEP) -Wl,-Map,$(notdir $(ELF_TARGET)).map -T gx/ld/ogc.ld
|
LDFLAGS := $(MACHDEP) -Wl,-Map,$(notdir $(ELF_TARGET)).map -T gx/ld/ogc.ld
|
||||||
LIBS := -lfat -lretro_ngc -logc
|
LIBS := -lfat -lretro_ngc -logc
|
||||||
|
|
||||||
OBJ = console/griffin/griffin.o console/font.binobj
|
OBJ = console/griffin/griffin.o
|
||||||
|
|
||||||
ifeq ($(PERF_TEST), 1)
|
ifeq ($(PERF_TEST), 1)
|
||||||
CFLAGS += -DPERF_TEST
|
CFLAGS += -DPERF_TEST
|
||||||
|
Loading…
x
Reference in New Issue
Block a user