blob: c155d6bc47a7580cc63d00d8abc2101241f74faf [file] [log] [blame]
Linus Walleij6d591c42015-10-21 15:45:54 +02001CC = $(CROSS_COMPILE)gcc
Geert Uytterhoevenf6a49e52016-03-25 13:36:29 +01002CFLAGS += -O2 -Wall -g -D_GNU_SOURCE
Linus Walleij6d591c42015-10-21 15:45:54 +02003
4all: lsgpio
5
6lsgpio: lsgpio.o gpio-utils.o
7
8%.o: %.c gpio-utils.h
9
10.PHONY: clean
11clean:
12 rm -f *.o lsgpio