aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/power/acpi/tools/pfrut/Makefile
blob: 61c1a96fd433da3a5ac41d5f3348bbff2d8b3c70 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# SPDX-License-Identifier: GPL-2.0+

include ../../Makefile.config

TOOL = pfrut
EXTRA_INSTALL = install-man
EXTRA_UNINSTALL = uninstall-man

CFLAGS += -Wall -O2
CFLAGS += -DPFRUT_HEADER='"../../../../../include/uapi/linux/pfrut.h"'
LDFLAGS += -luuid

TOOL_OBJS = \
	pfrut.o

include ../../Makefile.rules

install-man: $(srctree)/man/pfrut.8
	$(ECHO) "  INST    " pfrut.8
	$(QUIET) $(INSTALL_DATA) -D $< $(DESTDIR)$(mandir)/man8/pfrut.8
uninstall-man:
	$(ECHO) "  UNINST  " pfrut.8
	$(QUIET) rm -f $(DESTDIR)$(mandir)/man8/pfrut.8