xref: /kernel/linux/linux-5.10/tools/debugging/Makefile
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-5.10/tools/debugging/
18c2ecf20Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0
28c2ecf20Sopenharmony_ci# Makefile for debugging tools
38c2ecf20Sopenharmony_ci
48c2ecf20Sopenharmony_ciPREFIX ?= /usr
58c2ecf20Sopenharmony_ciBINDIR ?= bin
68c2ecf20Sopenharmony_ciINSTALL ?= install
78c2ecf20Sopenharmony_ci
88c2ecf20Sopenharmony_ciTARGET = kernel-chktaint
98c2ecf20Sopenharmony_ci
108c2ecf20Sopenharmony_ciall: $(TARGET)
118c2ecf20Sopenharmony_ci
128c2ecf20Sopenharmony_ciclean:
138c2ecf20Sopenharmony_ci
148c2ecf20Sopenharmony_ciinstall: kernel-chktaint
158c2ecf20Sopenharmony_ci	$(INSTALL) -D -m 755 $(TARGET) $(DESTDIR)$(PREFIX)/$(BINDIR)/$(TARGET)
168c2ecf20Sopenharmony_ci
17

Indexes created Thu Nov 07 10:32:03 CST 2024