Makefile: Correct version.mk path
authorMatt Fleming <matt.fleming@intel.com>
Tue, 6 Nov 2012 12:55:28 +0000 (12:55 +0000)
committerMatt Fleming <matt.fleming@intel.com>
Fri, 9 Nov 2012 15:59:54 +0000 (15:59 +0000)
commitba1f0dd888474d80a82e4c97367cc789e67b1333
treeb721feb1a9c7f4faf202376f301bd9035eeb950f
parent1d2ad3054aa1e91a30e613b820d5145914177d21
Makefile: Correct version.mk path

Each firmware generates its own version.mk, but they're all exactly
the same. Place a single version.mk in the top-level output directory
(as specified with the O= command line argument) so that this can be
included by Makefile.private.

Signed-off-by: Matt Fleming <matt.fleming@intel.com>
Makefile