Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Makefile snippet for libvmm.a (#46)
* Add Makefile snippet for libvmm.a To use this, in your project Makefile add: LionsOS := <path-to-top-of-LionsOS-tree> vmm: libvmm.a include ${LionsOS}/vmm.mk Signed-off-by: Peter Chubb <[email protected]> * Don't require knowledge of LionsOS Instead allow the SDDF variable to be set by an including Makefile, or (_if_ vmm is being build as a LionsOS component) infer the value of SDDF Signed-off-by: Peter Chubb <[email protected]> * Fix typo Include auto-generated dependencies properly. Signed-off-by: Peter Chubb <[email protected]> * Add clean and clobber targets Signed-off-by: Peter Chubb <[email protected]> * Get rid of LionsOS mentions Always require SDDF variable to be set before including this snippet. Signed-off-by: Peter Chubb <[email protected]> --------- Signed-off-by: Peter Chubb <[email protected]> Signed-off-by: Peter Chubb <[email protected]>
- Loading branch information