only: require SHORT_BOARD_NAME
This commit is contained in:
parent
0c7b3d2469
commit
b7f58100a0
|
@ -13,13 +13,10 @@
|
|||
#include "signature.h"
|
||||
|
||||
// We take these precautions to avoid redefinition of signature in generated .h files
|
||||
// todo: do not code generate SIGNATURE_HASH and TS_SIGNATURE so that we do not have to hack here
|
||||
#undef SIGNATURE_HASH
|
||||
#undef TS_SIGNATURE
|
||||
|
||||
#ifndef SHORT_BOARD_NAME
|
||||
#define SHORT_BOARD_NAME all
|
||||
#endif /* SHORT_BOARD_NAME */
|
||||
|
||||
#pragma message ("SHORT_BOARD_NAME: " QUOTE(SHORT_BOARD_NAME))
|
||||
|
||||
#define SIGNATURE_NAME signature_
|
||||
|
|
Loading…
Reference in New Issue