aboutsummaryrefslogtreecommitdiffstats
path: root/tools/power/acpi/Makefile
diff options
context:
space:
mode:
authorLen Brown <len.brown@intel.com>2012-09-22 23:30:22 -0400
committerLen Brown <len.brown@intel.com>2012-09-22 23:32:08 -0400
commit0e7cc27935cda92c7a39a00791d0d4bbffeab117 (patch)
treeaf3b74a1ebb1ad348f544b7eaef3fbbbc8c1d361 /tools/power/acpi/Makefile
parenttools/power/acpi/acpidump: version 20101221 - find dynamic tables in sysfs (diff)
downloadlinux-dev-0e7cc27935cda92c7a39a00791d0d4bbffeab117.tar.xz
linux-dev-0e7cc27935cda92c7a39a00791d0d4bbffeab117.zip
tools/power/acpi/acpidump: create acpidump(8), local make install targets
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'tools/power/acpi/Makefile')
-rw-r--r--tools/power/acpi/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/power/acpi/Makefile b/tools/power/acpi/Makefile
index dad79a69b679..6b9cf7a987c7 100644
--- a/tools/power/acpi/Makefile
+++ b/tools/power/acpi/Makefile
@@ -12,3 +12,7 @@ CLEANFILES= $(PROG)
clean :
rm -f $(CLEANFILES) $(patsubst %.c,%.o, $(SRCS)) *~
+install :
+ install acpidump /usr/bin/acpidump
+ install acpidump.8 /usr/share/man/man8
+