From: notaz Date: Sun, 28 Jul 2013 14:05:07 +0000 (+0300) Subject: fix build without cyclone X-Git-Tag: v1.85~31 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ce90725a13ba6e39f3fef69783d09610200b225;p=picodrive.git fix build without cyclone --- diff --git a/Makefile b/Makefile index 17d04b8..db145a5 100644 --- a/Makefile +++ b/Makefile @@ -49,7 +49,7 @@ endif -include Makefile.local -ifeq "$(use_musashi)" "1" +ifneq "$(use_cyclone)" "1" # due to CPU stop flag access asm_cdpico = 0 asm_cdmemory = 0