X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile;h=7ebb878114e16cd236fc5ccc1096293b927eb825;hb=5345c2b9bc9b5f8a2d423482358e63af87b9219a;hp=f18d26e6e94b6e35ab44df1aa554c29e14892e02;hpb=7eaf128fac9de00394c664f59f40bebae8b122b2;p=picodrive.git diff --git a/Makefile b/Makefile index f18d26e..7ebb878 100644 --- a/Makefile +++ b/Makefile @@ -109,7 +109,7 @@ USE_FRONTEND = 1 PLATFORM_MP3 = 1 endif ifeq "$(PLATFORM)" "libretro" -OBJS += platform/libretro.o +OBJS += platform/libretro/libretro.o endif ifeq "$(USE_FRONTEND)" "1"