preproc: for include files, include correct path in filename
commit65a8afcabafa6d477b7fd52807113bdce1defd1c
authorJim Kukunas <james.t.kukunas@linux.intel.com>
Mon, 13 Jun 2016 20:00:42 +0000 (13 16:00 -0400)
committerH. Peter Anvin <hpa@linux.intel.com>
Thu, 16 Jun 2016 22:07:32 +0000 (16 15:07 -0700)
treee99d23d7d5db701d11b7eb46f0129d719fc9586d
parentb41952986b3cd7558cb128790bb94e1f60fd088a
preproc: for include files, include correct path in filename

The codeview backend needs to be able to open each source file passed in
so that it can calculate its checksum. In order to take into account
include paths, this patch updates the filename to include the path where
the file was found.

Signed-off-by: Jim Kukunas <james.t.kukunas@linux.intel.com>
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
[ hpa: resolved one conflict in preproc.c ]
preproc.c