blob: 647c94a219bf5660a72b7ce5803042b6f37cdff7 [file] [log] [blame]
Shuah Khand522b2c2016-09-21 16:19:35 -06001CC := $(CROSS_COMPILE)gcc
2CFLAGS := -I../../usr/include
3
4PROGS := getdelays
5
6all: $(PROGS)
7
8clean:
9 rm -fr $(PROGS)