Makefile: Correct the location of Makefile.private
authorMatt Fleming <matt.fleming@intel.com>
Tue, 6 Nov 2012 12:00:04 +0000 (12:00 +0000)
committerMatt Fleming <matt.fleming@intel.com>
Tue, 6 Nov 2012 12:00:04 +0000 (12:00 +0000)
commit1d2ad3054aa1e91a30e613b820d5145914177d21
tree8519cf9ebde14de819dcf41e38628eefd18ff247
parentafd28c08dc76153efcd9f760bcdbeaabda74eb05
Makefile: Correct the location of Makefile.private

Makefile.private lives in $(topdir) and if we're in $(OBJDIR) we need
an absolute path so that it gets included.

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