blob: 03687f19cbb17477c55f1a1360aa69d5842df67c [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001# SPDX-License-Identifier: GPL-2.0
Shuah Khand522b2c2016-09-21 16:19:35 -06002CC := $(CROSS_COMPILE)gcc
3CFLAGS := -I../../usr/include
4
5PROGS := getdelays
6
7all: $(PROGS)
8
9clean:
10 rm -fr $(PROGS)