commit | 78892282cc73ffaf5ca5ba0986c78e0ea9e271e5 | [log] [tgz] |
---|---|---|
author | Szabolcs Nagy <szabolcs.nagy@arm.com> | Tue Apr 24 17:10:05 2018 +0100 |
committer | Szabolcs Nagy <szabolcs.nagy@arm.com> | Wed May 16 13:52:12 2018 +0100 |
tree | 755040ffba210dff68b0d16a9e09e054646bd26c | |
parent | 1b94597807caf216b050fcbd7e212a3dc23ab852 [diff] |
Add GNU make based build system Add a single makefile such that it will rarely need modifications with regular source code changes. The usual configure step for build environment detection is done manually by editing config.mk, it is expected to be simple make variable changes (mostly CFLAGS), later a simple configure script can be added to generate config.mk if necessary. Update the README.