radix tree test suite: add tests for radix_tree_locate_item()
[deliverable/linux.git] / tools / gpio / Makefile
CommitLineData
6d591c46 1CC = $(CROSS_COMPILE)gcc
f6a49e5a 2CFLAGS += -O2 -Wall -g -D_GNU_SOURCE
6d591c46
LW
3
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
This page took 0.035979 seconds and 5 git commands to generate.