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