ppc: use local path for local headers
When pulling in headers that are in the same directory as the C file (as opposed to one in include/), we should use its relative path, without a directory. Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Acked-by: David Gibson <david@gibson.dropbear.id.au> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
This commit is contained in:
parent
4147a0358e
commit
72a56a1f79
@ -20,7 +20,7 @@
|
||||
#include "hw/ppc/ppc.h"
|
||||
#include "hw/pci/pci.h"
|
||||
#include "sysemu/block-backend.h"
|
||||
#include "hw/ppc/ppc440.h"
|
||||
#include "ppc440.h"
|
||||
|
||||
/*****************************************************************************/
|
||||
/* L2 Cache as SRAM */
|
||||
|
@ -27,8 +27,8 @@
|
||||
#include "elf.h"
|
||||
#include "exec/address-spaces.h"
|
||||
#include "exec/memory.h"
|
||||
#include "hw/ppc/ppc440.h"
|
||||
#include "hw/ppc/ppc405.h"
|
||||
#include "ppc440.h"
|
||||
#include "ppc405.h"
|
||||
#include "hw/block/flash.h"
|
||||
#include "sysemu/sysemu.h"
|
||||
#include "sysemu/qtest.h"
|
||||
|
Loading…
Reference in New Issue
Block a user