Revert "Add non-Griffin codepath"

This reverts commit ec7e16ff84.
This commit is contained in:
twinaphex
2015-08-06 11:39:49 +02:00
parent e982bb637b
commit be4a01db54
3 changed files with 10 additions and 35 deletions

View File

@@ -1,6 +1,5 @@
DEBUG = 0
EXTERNAL_ZLIB = 0
WANT_GRIFFIN = 0
ifeq ($(platform),)
platform = unix
@@ -229,9 +228,7 @@ CORE_DIR := src
include Makefile.common
ifeq ($(WANT_GRIFFIN),1)
CFLAGS += -DWANT_GRIFFIN
endif
OBJECTS := $(SOURCES_C:.c=.o)