aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2018-01-27msc: rename sub-directory from msc_tests to msc (to be in line with bsc, etc.)Harald Welte1-1/+1
Change-Id: Ib219dee5e587bca3b79d29d631836cf1ef2be81c
2017-12-12Makefile: ensure that 'compile' targets depend on 'deps'Harald Welte1-2/+2
This will ensure that a 'make compile' on a freshly-cloned repo will first clone all the deps to ensure a successful build Change-Id: I6583a42758b5682b04d1e90585063904508aa3a9
2017-12-12Makefile: clone dependencies into 'deps' folderHarald Welte1-1/+5
We used to rely on out-of-tree git clones to be prepared by the user. This commit changes the system to make sure we clone all git repos we depend upon into the 'deps' folder, and then setup the symlinks to that folder. As a result, we should be able to support self-contained builds using the makefiles in this repo.
2017-12-12Add master make file which helps to iterate over all directoriesHarald Welte1-0/+54