emsec / ChameleonMini

The ChameleonMini is a versatile contactless smartcard emulator compliant to NFC. The ChameleonMini was developed by https://kasper-oswald.de. The device is available at https://shop.kasper.it. For further information see the Getting Started Page https://rawgit.com/emsec/ChameleonMini/master/Doc/Doxygen/html/_page__getting_started.html or the Wiki tab above.
Other
1.73k stars 392 forks source link

Error building chameleon mini firmware #5

Closed yvesf closed 9 years ago

yvesf commented 9 years ago
From 09293568c7d0e916f32a9d2deffda6b921ba6b6a Mon Sep 17 00:00:00 2001
From: Yves Fischer <yvesf-git@xapek.org>
Date: Fri, 31 Oct 2014 15:29:02 +0100
Subject: [PATCH] Correct typo in Makefile of Chameleon-Mini firmware

---
 Firmware/Chameleon-Mini/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Firmware/Chameleon-Mini/Makefile b/Firmware/Chameleon-Mini/Makefile
index fa432fb..11c3204 100644
--- a/Firmware/Chameleon-Mini/Makefile
+++ b/Firmware/Chameleon-Mini/Makefile
@@ -94,7 +94,7 @@ OPTIMIZATION = 3
 SRC         += $(TARGET).c LUFADescriptors.c System.c Configuration.c Random.c Common.c Memory.c Button.c Settings.c LED.c
 SRC         += Terminal/Terminal.c Terminal/Commands.c Terminal/XModem.c Terminal/CommandLine.c
 SRC         += Codec/Codec.c Codec/ISO14443-2A.c
-SRC         += AApplication/MifareClassic.c Application/ISO14443-3A.c Application/Crypto1.c
+SRC         += Application/MifareClassic.c Application/ISO14443-3A.c Application/Crypto1.c
 SRC         += $(LUFA_SRC_USB) $(LUFA_SRC_USBCLASS)
 LUFA_PATH    = ../LUFA
 CC_FLAGS     = -DUSE_LUFA_CONFIG_HEADER -DBUILD_DATE=$(BUILD_DATE) $(SETTINGS)
-- 
2.1.1
skuep commented 9 years ago

Hi Yves, I wonder why it builds anyway on my machine. However, thanks for the patch!