Hello, I found a problem which perfmon_powerpc.h is not installed by 'make install ARCH=cell'. This patch fixes it. Please apply it.
Thanks,
Takashi Yamamoto
------------------------------------------------------------
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
--------------------------------------------------------------
fix-lack-of-header-files.patch
Description: Binary data
_______________________________________________ perfmon mailing list [email protected] http://www.hpl.hp.com/hosted/linux/mail-archives/perfmon/
