From df706198887b20abaabfdb902fb16004072abf78 Mon Sep 17 00:00:00 2001 From: Chris Date: Sat, 15 Sep 2018 18:33:16 +0200 Subject: [PATCH] chg: turn off FPC specific functions (still work in progress) --- client/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/Makefile b/client/Makefile index f577a6386..a1d06eb76 100644 --- a/client/Makefile +++ b/client/Makefile @@ -82,7 +82,7 @@ else endif # RDV40 flag enables flashmemory commands in client. comment out if you don't have rdv40 -CFLAGS += -DWITH_FLASH -DWITH_SMARTCARD -DWITH_FPC +CFLAGS += -DWITH_FLASH -DWITH_SMARTCARD # Flags to generate temporary dependency files DEPFLAGS = -MT $@ -MMD -MP -MF $(OBJDIR)/$*.Td