linux-surface/kernel/tools/accounting/Makefile
2017-11-05 21:38:20 -05:00

11 lines
151 B
Makefile

# SPDX-License-Identifier: GPL-2.0
CC := $(CROSS_COMPILE)gcc
CFLAGS := -I../../usr/include
PROGS := getdelays
all: $(PROGS)
clean:
rm -fr $(PROGS)