This patch fixes a problem of header file installation 
by 'make install ARCH=cell'.

Signed-off-by: Takashi Yamamoto <Takashi02_Yamamoto at hq.scei.sony.co.jp>
---
 include/Makefile |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

--- a/include/Makefile
+++ b/include/Makefile
@@ -95,7 +95,8 @@ endif
 ifeq ($(CONFIG_PFMLIB_CELL),y)
 HEADERS += perfmon/pfmlib_cell.h	 \
 	   perfmon/pfmlib_comp_powerpc.h \
-	   perfmon/pfmlib_os_powerpc.h
+	   perfmon/pfmlib_os_powerpc.h \
+	   perfmon/perfmon_powerpc.h
 endif
 
 .PHONY: all clean distclean depend
