build: Simplify build directory layout by putting all headers in genhdr.

Any generated headers go in $(BUILD)/genhdr/, and are #included as
'genhdr/xxx.h'.
This commit is contained in:
Damien George
2014-04-17 18:03:27 +01:00
parent 2d1f865d16
commit d553be5982
18 changed files with 27 additions and 32 deletions

View File

@@ -60,7 +60,7 @@ 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,
#include "build/py/qstrdefs.generated.h"
#include "genhdr/qstrdefs.generated.h"
#undef Q
},
};