x86/platform/UV: Bring back the call to map_low_mmrs in uv_system_init
[deliverable/linux.git] / tools / gpio / Makefile
1 CC = $(CROSS_COMPILE)gcc
2 CFLAGS += -Wall -g -D_GNU_SOURCE
3
4 all: lsgpio
5
6 lsgpio: lsgpio.o gpio-utils.o
7
8 %.o: %.c gpio-utils.h
9
10 .PHONY: clean
11 clean:
12 rm -f *.o lsgpio
This page took 0.029577 seconds and 5 git commands to generate.