summaryrefslogtreecommitdiffstats
tag nameperf-ubuntu1604/master/qemux86/55285-g18b8e2e10494d3b0e18743a1bf9e99038da4229c/1 (44de677448398f0c901baf0d504fcfdd9efe7948)
tag date2019-08-14 01:42:20 +0000
tagged bypokybuild <pokybuild@perf-ubuntu1604>
tagged objectcommit c8d46ceab8...
downloadyocto-buildstats-perf-ubuntu1604/master/qemux86/55285-g18b8e2e10494d3b0e18743a1bf9e99038da4229c/1.tar.gz
Test run #1 of master:18b8e2e10494d3b0e18743a1bf9e99038da4229c on perf-ubuntu1604
on value='v5.0/standard/tiny/arm-versatile-926ejs'>v5.0/standard/tiny/arm-versatile-926ejs Yocto Linux Embedded kernelGrokmirror user
summaryrefslogtreecommitdiffstats
path: root/tools/accounting/Makefile
blob: 03687f19cbb17477c55f1a1360aa69d5842df67c (plain)
1
2
3
4
5
6
7
8
9
10
# SPDX-License-Identifier: GPL-2.0
CC := $(CROSS_COMPILE)gcc
CFLAGS := -I../../usr/include

PROGS := getdelays

all: $(PROGS)

clean:
	rm -fr $(PROGS)