summaryrefslogtreecommitdiff
path: root/tools/debugging/Makefile
blob: e2b7c1a6fb8f13e6f5d41971b41dceb6498632c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# SPDX-License-Identifier: GPL-2.0
# Makefile for debugging tools

PREFIX ?= /usr
BINDIR ?= bin
INSTALL ?= install

TARGET = kernel-chktaint

all: $(TARGET)

clean:

install: kernel-chktaint
	$(INSTALL) -D -m 755 $(TARGET) $(DESTDIR)$(PREFIX)/$(BINDIR)/$(TARGET)

-16 13:00:51 -0200'>2016-11-16[media] DaVinci-VPIF-Capture: Delete an unnecessary variable initialisation i...Markus Elfring 2016-11-16[media] DaVinci-VPIF-Capture: Adjust ten checks for null pointersMarkus Elfring 2016-11-16[media] DaVinci-VPIF-Capture: Delete an error message for a failed memory all...Markus Elfring 2016-11-16[media] DaVinci-VPIF-Capture: Use kcalloc() in vpif_probe()Markus Elfring 2016-10-21[media] davinci: don't break long linesMauro Carvalho Chehab 2016-07-08[media] vb2: replace void *alloc_ctxs by struct device *alloc_devsHans Verkuil 2016-07-08[media] media/platform: convert drivers to use the new vb2_queue dev fieldHans Verkuil 2015-12-18[media] media: videobuf2: Move timestamp to vb2_bufferJunghak Sung 2015-12-18[media] vb2: drop v4l2_format argument from queue_setupHans Verkuil 2015-10-20[media] media: videobuf2: Change queue_setup argumentJunghak Sung 2015-10-01[media] media: videobuf2: Restructure vb2_bufferJunghak Sung 2015-04-02[media] media: davinci: vpif_capture: embed video_device struct in channel_objLad, Prabhakar