From 65d19d8b9dd39c3ea840498b51f76caa7b5013e3 Mon Sep 17 00:00:00 2001 From: Stefanos Kornilios Mitsis Poiitidis Date: Tue, 30 Dec 2014 02:05:01 +0100 Subject: [PATCH] Fix reios makefile building --- core/core.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core.mk b/core/core.mk index a3224276c..5ca5c54ee 100755 --- a/core/core.mk +++ b/core/core.mk @@ -9,7 +9,7 @@ RZDCY_SRC_DIR ?= $(call my-dir) RZDCY_MODULES := cfg/ hw/arm7/ hw/aica/ hw/holly/ hw/ hw/gdrom/ hw/maple/ \ hw/mem/ hw/pvr/ hw/sh4/ hw/sh4/interpr/ hw/sh4/modules/ plugins/ profiler/ oslib/ \ hw/extdev/ hw/arm/ imgread/ linux/ ./ deps/coreio/ deps/zlib/ deps/chdr/ deps/crypto/ deps/libelf/ deps/chdpsr/ arm_emitter/ \ - deps/libzip/ deps/libpng/ rend/ + deps/libzip/ deps/libpng/ rend/ reios/ ifdef WEBUI