commit | 1fd2aaae0fcb13f3a53be8de50b68d269145a0a4 | [log] [tgz] |
---|---|---|
author | Szabolcs Nagy <szabolcs.nagy@arm.com> | Wed Nov 20 18:05:06 2019 +0000 |
committer | Szabolcs Nagy <szabolcs.nagy@arm.com> | Fri Nov 22 14:19:52 2019 +0000 |
tree | f660fe35f8ed542dc2763a1f676518bc5a178bbb | |
parent | 4f4e530b2fda475a37e583bc113ad2fd3e83dc7f [diff] |
Build system refactoring Reorganise the makefiles so subprojects can be more separately used and maintained. Still kept the single toplevel Makefile and config.mk. Subproject Dir.mk is expected to provide all-X, check-X, clean-X and install-X targets where X is the subproject name and it may use generic make variables set in config.mk, like CFLAGS_ALL and CC, or subproject specific variables like X-cflags.