powerpc/mm/4k: don't allocate larger pmd page table for 4k
[linux/fpc-iii.git] / tools / leds / Makefile
blobc03a79ebf9c8dbf3117be2b716711f1111845911
1 # Makefile for LEDs tools
3 CC = $(CROSS_COMPILE)gcc
4 CFLAGS = -Wall -Wextra -g -I../../include/uapi
6 all: uledmon
7 %: %.c
8 $(CC) $(CFLAGS) -o $@ $^
10 clean:
11 $(RM) uledmon
13 .PHONY: all clean