mirror of
https://gitea.osmocom.org/sim-card/simtrace2.git
synced 2026-03-19 06:48:34 +03:00
make: only compile source for corresponding app
since simtrace supports multiple application, but currently not at the same time, the feature support is not app specific Change-Id: I98ff92450cc2a247b294d2e15df171f3fe7c5156
This commit is contained in:
@@ -95,4 +95,7 @@
|
||||
#define CARDEMU_SECOND_UART
|
||||
#define DETECT_VCC_BY_ADC
|
||||
|
||||
/** sysmoQMOD only supports card emulation */
|
||||
#ifdef APPLICATION_cardem
|
||||
#define HAVE_CARDEM
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user