make/cmake: remove weirdy include paths like src/uart/../crypto

This commit is contained in:
Philippe Teuwen
2020-04-19 12:53:46 +02:00
parent 4967096e3b
commit 2676740fb3
11 changed files with 17 additions and 18 deletions

View File

@@ -20,7 +20,7 @@
#include "cmdhf14a.h"
#include "mbedtls/des.h"
#include "mbedtls/aes.h"
#include "../crypto/libpcrypto.h"
#include "crypto/libpcrypto.h"
#include "protocols.h"
#include "mifare.h" // desfire raw command options
#include "cmdtrace.h"