summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2018-03-05Makefile: Allow compiler/linker flags to be overriddenupstream/0.0+1g4ad6350Khem Raj
This helps with cross compilation where toolchains specify certain flags via environment e.g. CFLAGS/LDFLAGS Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
2018-01-31kernel: Introduce kernel-style generatorBjorn Andersson
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
2018-01-30accessor: Move accessor generators to one fileBjorn Andersson
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
2018-01-30parser: Move parser code from qmic.c to parser.cBjorn Andersson
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
2016-06-05Makefile: implement GNU Coding Standard for MakefilesNicolas Dechesne
GNU coding standards notably specifies: * install files with the $(DESTDIR) to the target system image * install files with the $(prefix), not $(PREFIX) * the default value of $(prefix) should be /usr/local as per https://www.gnu.org/prep/standards/html_node/Directory-Variables.html. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2016-06-03qmic: Update makefile for packagingBjorn Andersson
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
2016-02-07qmic: Initial basic implementationBjorn Andersson
This initial implementation is capable of generating encoder and decoder accessors for messages with basic integers, strings, arrays and structs. Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>