]> Git Repo - linux.git/blame - tools/debugging/Makefile
Merge tag 's390-5.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
[linux.git] / tools / debugging / Makefile
CommitLineData
4ab5a5d2
TL
1# SPDX-License-Identifier: GPL-2.0
2# Makefile for debugging tools
3
4PREFIX ?= /usr
5BINDIR ?= bin
6INSTALL ?= install
7
8TARGET = kernel-chktaint
9
10all: $(TARGET)
11
12clean:
13
14install: kernel-chktaint
15 $(INSTALL) -D -m 755 $(TARGET) $(DESTDIR)$(PREFIX)/$(BINDIR)/$(TARGET)
16
This page took 0.1062 seconds and 4 git commands to generate.