X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile;h=ff8e0327fa08c692501a3722e1ca369cb59b541e;hb=34e424aa2709dfc457d751f55cdbf5b881ae3ef4;hp=30b246fdc0a7765a55cf60cf7bae9aed269dc8db;hpb=98a27142346e05a4cef4fe89469bc09d5560edc1;p=picodrive.git diff --git a/Makefile b/Makefile index 30b246f..ff8e032 100644 --- a/Makefile +++ b/Makefile @@ -42,7 +42,6 @@ asm_memory ?= 1 asm_render ?= 1 asm_ym2612 ?= 1 asm_misc ?= 1 -asm_cdpico ?= 1 asm_cdmemory ?= 1 asm_mix ?= 1 else # if not arm @@ -54,7 +53,6 @@ endif ifneq "$(use_cyclone)" "1" # due to CPU stop flag access -asm_cdpico = 0 asm_cdmemory = 0 endif