From 82fc55596dd107514bc3dea1b8be3c23b653c76a Mon Sep 17 00:00:00 2001 From: Greg Still Date: Tue, 13 Oct 2015 20:54:36 -0500 Subject: Rearrange PPE FAPI2 directory structure to be more in-line with HWPF - Move files into new structure - Delete old, obsolete files and directories - Pre-import mirror of HWPF into importtemp - No additional function Change-Id: Iadad6eb05349f807acea362ec77d7f58273878b5 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/21150 Tested-by: Jenkins Server Reviewed-by: Santosh S. Puranik Reviewed-by: Sachin Gupta Reviewed-by: Martin Peschke --- tools/image/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'tools/image') diff --git a/tools/image/Makefile b/tools/image/Makefile index a7da7ae9..c9229c2d 100644 --- a/tools/image/Makefile +++ b/tools/image/Makefile @@ -24,13 +24,16 @@ endif INCLUDES += -I. -I../../ -I../../utils INCLUDES += -I ../../sbe/image/ INCLUDES += -I ../../sbe/sbefw/ -INCLUDES += -I ../../sbe/plat/include -INCLUDES += -I ../../hwpf/plat/include/ +INCLUDES += -I ../../sbe/hwpf/include/plat +INCLUDES += -I ../../sbe/hwpf/include +INCLUDES += -I ../../hwpf/include/plat +INCLUDES += -I ../../hwpf/include/ INCLUDES += -I ../../pk/ppe42/ INCLUDES += -I ../../pk/kernel/ INCLUDES += -I ../../pk/std/ INCLUDES += -I ../../pk/trace/ INCLUDES += -I ../../tools/ppetracepp/ +INCLUDES += -I ../../importtemp/fapi2/include/plat INCLUDES += -I ../../importtemp/fapi2/include/ # Under Linux the scheme is to use a common compiler to create procedures. -- cgit v1.2.1