diff options
author | Dave Hylands <dhylands@gmail.com> | 2014-01-24 01:05:30 -0800 |
---|---|---|
committer | Dave Hylands <dhylands@gmail.com> | 2014-01-24 08:46:48 -0800 |
commit | c89c681a9f065e66ce817a024fda24abeed9519f (patch) | |
tree | 5696bfbe38d0cb93e7ad0a9b0b14b353d99da740 /py/qstr.c | |
parent | 2b2cb7b7f4f467b67082f79053118df78f48e66e (diff) | |
download | micropython-c89c681a9f065e66ce817a024fda24abeed9519f.tar.gz micropython-c89c681a9f065e66ce817a024fda24abeed9519f.zip |
Rework makefiles. Add proper dependency checking.
Diffstat (limited to 'py/qstr.c')
-rw-r--r-- | py/qstr.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 }, }; |