Merge tag 'topic/phy-compliance-2020-04-08' of git://anongit.freedesktop.org/drm...
[linux-2.6-block.git] / tools / leds / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
fa7f3242
DL
2# Makefile for LEDs tools
3
fa7f3242
DL
4CFLAGS = -Wall -Wextra -g -I../../include/uapi
5
ae347323 6all: uledmon led_hw_brightness_mon
fa7f3242
DL
7%: %.c
8 $(CC) $(CFLAGS) -o $@ $^
9
10clean:
ae347323 11 $(RM) uledmon led_hw_brightness_mon
fa7f3242
DL
12
13.PHONY: all clean