mirror of
https://github.com/micropython/micropython.git
synced 2025-08-14 14:40:34 +02:00
Rework makefiles. Add proper dependency checking.
This commit is contained in:
@@ -9,7 +9,7 @@ enum {
|
||||
MP_QSTR_ = 1, // the empty qstr
|
||||
#define Q(id, str) MP_QSTR_##id,
|
||||
// TODO having 'build/py.' here is a bit of a hack, should take config variable from Makefile
|
||||
#include "build/py.qstrdefs.generated.h"
|
||||
#include "build/py/qstrdefs.generated.h"
|
||||
#undef Q
|
||||
MP_QSTR_number_of,
|
||||
} category_t;
|
||||
|
Reference in New Issue
Block a user