summaryrefslogtreecommitdiffstatshomepage
path: root/py/qstr.h
diff options
context:
space:
mode:
authorDave Hylands <dhylands@gmail.com>2014-01-24 01:05:30 -0800
committerDave Hylands <dhylands@gmail.com>2014-01-24 08:46:48 -0800
commitc89c681a9f065e66ce817a024fda24abeed9519f (patch)
tree5696bfbe38d0cb93e7ad0a9b0b14b353d99da740 /py/qstr.h
parent2b2cb7b7f4f467b67082f79053118df78f48e66e (diff)
downloadmicropython-c89c681a9f065e66ce817a024fda24abeed9519f.tar.gz
micropython-c89c681a9f065e66ce817a024fda24abeed9519f.zip
Rework makefiles. Add proper dependency checking.
Diffstat (limited to 'py/qstr.h')
-rw-r--r--py/qstr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/py/qstr.h b/py/qstr.h
index 271e2117c9..9224d48a19 100644
--- a/py/qstr.h
+++ b/py/qstr.h
@@ -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;