arm64: dts: qcom: sm8550: add TRNG node
[linux-modified.git] / tools / power / acpi / tools / pfrut / Makefile
1 # SPDX-License-Identifier: GPL-2.0+
2
3 include ../../Makefile.config
4
5 TOOL = pfrut
6 EXTRA_INSTALL = install-man
7 EXTRA_UNINSTALL = uninstall-man
8
9 CFLAGS += -Wall -O2
10 CFLAGS += -DPFRUT_HEADER='"../../../../../include/uapi/linux/pfrut.h"'
11 LDFLAGS += -luuid
12
13 TOOL_OBJS = \
14         pfrut.o
15
16 include ../../Makefile.rules
17
18 install-man: $(srctree)/man/pfrut.8
19         $(ECHO) "  INST    " pfrut.8
20         $(QUIET) $(INSTALL_DATA) -D $< $(DESTDIR)$(mandir)/man8/pfrut.8
21 uninstall-man:
22         $(ECHO) "  UNINST  " pfrut.8
23         $(QUIET) rm -f $(DESTDIR)$(mandir)/man8/pfrut.8