summaryrefslogtreecommitdiffstatshomepage
path: root/py/qstr.c
diff options
context:
space:
mode:
authorAndrew Scheller <github@loowis.durge.org>2014-04-16 22:10:33 +0100
committerAndrew Scheller <github@loowis.durge.org>2014-04-16 22:16:28 +0100
commit70a7d7a94397cbe01fd5457e34f3d3368300f2ac (patch)
tree50ffda62cc15f607d543e76aaf0c23a614dd5618 /py/qstr.c
parenta1c67206c88fe0c0712c99d6181cff9b99b07b33 (diff)
downloadmicropython-70a7d7a94397cbe01fd5457e34f3d3368300f2ac.tar.gz
micropython-70a7d7a94397cbe01fd5457e34f3d3368300f2ac.zip
build directory can now be renamed
The autogenerated header files have been moved about, and an extra include dir has been added, which means you can give a custom BUILD=newbuilddir option to make, and everything "just works" Also tidied up the way the different Makefiles build their include- directory flags
Diffstat (limited to 'py/qstr.c')
-rw-r--r--py/qstr.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/py/qstr.c b/py/qstr.c
index 990ff37727..2b14065fa6 100644
--- a/py/qstr.c
+++ b/py/qstr.c
@@ -60,7 +60,6 @@ const static qstr_pool_t const_pool = {
(const byte*) "\0\0\0\0", // invalid/no qstr has empty data
(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"
#undef Q
},