On Wed, 2013-03-20 at 10:50 -0500, Aaron Durbin wrote:
Hello folks,
I'd like to be enlightened on the amd_mtrr.c in src/cpu/amd/mtrr. I can see there is a Makefile.inc, but for the life of me I can't see how that Makefile is included in any build. Is that just dead code?
-Aaron
Included from socket Makefiles.
Kyösti
On Wed, Mar 20, 2013 at 11:18 AM, Kyösti Mälkki kyosti.malkki@gmail.com wrote:
On Wed, 2013-03-20 at 10:50 -0500, Aaron Durbin wrote:
Hello folks,
I'd like to be enlightened on the amd_mtrr.c in src/cpu/amd/mtrr. I can see there is a Makefile.inc, but for the life of me I can't see how that Makefile is included in any build. Is that just dead code?
-Aaron
Included from socket Makefiles.
Thank you. I was grepping for amd/mtrr', but those socket makefiles include ../mtrr. I should have looked closer.
Thanks again.
-Aaron