Add non-Griffin codepath

This commit is contained in:
twinaphex
2015-08-06 11:26:45 +02:00
parent 914aa0a2fa
commit ec7e16ff84
3 changed files with 35 additions and 10 deletions

View File

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