Jetpack/kernel/kernel-4.9/tools/accounting/Makefile

10 lines
116 B
Makefile
Raw Permalink Normal View History

2021-01-21 17:42:28 -04:00
CC := $(CROSS_COMPILE)gcc
CFLAGS := -I../../usr/include
PROGS := getdelays
all: $(PROGS)
clean:
rm -fr $(PROGS)