]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blame - tools/leds/Makefile
Merge tag 'selinux-pr-20200430' of git://git.kernel.org/pub/scm/linux/kernel/git...
[mirror_ubuntu-hirsute-kernel.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