]> git.ipfire.org Git - thirdparty/kernel/stable.git/blame - tools/leds/Makefile
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 464
[thirdparty/kernel/stable.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