USB CCID/ICC implementation changes

This commit is contained in:
NIIBE Yutaka
2010-12-07 14:34:25 +09:00
parent 47f1f14aa1
commit b100828665
6 changed files with 331 additions and 260 deletions

2
src/configure vendored
View File

@@ -126,9 +126,11 @@ fi
if test "$debug" = "yes"; then
DEBUG_MAKE_OPTION="ENABLE_DEBUG=1"
DEBUG_DEFINE="#define DEBUG 1"
echo "Debug option enabled"
else
DEBUG_MAKE_OPTION="# ENABLE_DEBUG=1"
DEBUG_DEFINE="#undef DEBUG"
echo "Debug option disabled"
fi
if test "$with_dfu" = "yes"; then