mirror of
https://github.com/micropython/micropython.git
synced 2026-01-05 03:30:14 +01:00
Rework makefiles. Add proper dependency checking.
This commit is contained in:
@@ -55,7 +55,7 @@ const static qstr_pool_t const_pool = {
|
||||
(const byte*) "\0\0\0\0", // empty qstr
|
||||
#define Q(id, str) str,
|
||||
// TODO having 'build/' 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
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user