Searched hist:13103 (Results 1 - 7 of 7) sorted by relevance
/gem5/util/m5/ | ||
H A D | Makefile.aarch64 | diff 13103:ff21402d84f2 Tue Sep 18 10:20:00 EDT 2018 Kevin Brodsky <kevin.brodsky@arm.com> util: Do not use $(PWD) in Makefiles 644e8cdf5ee7 ("util: Move the m5ops.h file to a shared directory") added include/ to the include path for m5 Makefiles, based on $(PWD): $(PWD)/../../include. Unfortunately, this breaks when using `make -C <path>`, as -C does not move PWD accordingly. The fix is simply to remove $(PWD), as a relative path is just fine here. Change-Id: Ia046c29761363b6670e52c52a604c7e70a6a305a Signed-off-by: Kevin Brodsky <kevin.brodsky@arm.com> Signed-off-by: Ciro Santilli <ciro.santilli@arm.com> Reviewed-by: Ciro Santilli <ciro.santilli@arm.com> Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com> Reviewed-on: https://gem5-review.googlesource.com/12844 Reviewed-by: Jason Lowe-Power <jason@lowepower.com> Maintainer: Jason Lowe-Power <jason@lowepower.com> |
H A D | Makefile.alpha | diff 13103:ff21402d84f2 Tue Sep 18 10:20:00 EDT 2018 Kevin Brodsky <kevin.brodsky@arm.com> util: Do
|