X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile;h=99ba7ecd351a24007eecb79fda848b4745712782;hb=06d30e62f69325ebd722251d68362873ce6c487f;hp=ca8ccf6e29a50384897feb8ede3915f56604df0e;hpb=7b4813faa6802f3aa07e9daef4aff729d8f78623;p=picodrive.git diff --git a/Makefile b/Makefile index ca8ccf6..99ba7ec 100644 --- a/Makefile +++ b/Makefile @@ -55,7 +55,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 @@ -67,7 +66,6 @@ endif ifneq "$(use_cyclone)" "1" # due to CPU stop flag access -asm_cdpico = 0 asm_cdmemory = 0 endif