summaryrefslogtreecommitdiffstats
path: root/sbe
diff options
context:
space:
mode:
Diffstat (limited to 'sbe')
-rw-r--r--sbe/image/Makefile1
-rw-r--r--sbe/image/img_defs.mk2
2 files changed, 2 insertions, 1 deletions
diff --git a/sbe/image/Makefile b/sbe/image/Makefile
index 2b90d774..2038b7a6 100644
--- a/sbe/image/Makefile
+++ b/sbe/image/Makefile
@@ -223,6 +223,7 @@ tracehash:
clean:
rm -fr $(OBJDIR)
rm $(TOP-FIXED-HEADERS)
+ rm -fr $(TOOLS_IMAGE_DIR)/bin/*
rm *.dump
diff --git a/sbe/image/img_defs.mk b/sbe/image/img_defs.mk
index 2e96b86b..6ca0a9bd 100644
--- a/sbe/image/img_defs.mk
+++ b/sbe/image/img_defs.mk
@@ -100,7 +100,7 @@ export PPE_FAPI2_DIR = $(abspath ../../hwpf/plat)
endif
ifndef BASE_FAPI2_DIR
-export BASE_FAPI2_DIR = $(abspath /afs/apd/u/rembold/ekb/hwpf/fapi2)
+export BASE_FAPI2_DIR = $(abspath ../../importtemp/fapi2)
endif
ifndef CC_ROOT
OpenPOWER on IntegriCloud