summaryrefslogtreecommitdiff
path: root/tools/leds/Makefile
blob: c03a79ebf9c8dbf3117be2b716711f1111845911 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Makefile for LEDs tools

CC = $(CROSS_COMPILE)gcc
CFLAGS = -Wall -Wextra -g -I../../include/uapi

all: uledmon
%: %.c
	$(CC) $(CFLAGS) -o $@ $^

clean:
	$(RM) uledmon

.PHONY: all clean
class='oid'>1351522b5f627f06e44e781805b5bd5c01566cf3 (patch) treee44eaf09047de1de798a2939d1cecd2b87253b3a parentd5379e5eddc09f8d172d9d6aa0e5a269a89dc60a (diff)parent217e2bfab22e740227df09f22165e834cddd8a3b (diff)
Merge tag 'doc-4.10-3' of git://git.lwn.net/linux
Pull documentation fix from Jonathan Corbet: "A single fix for the build system. It would appear that the docutils developers, in their wisdom, broke the API in the 0.13 release. This fix detects the breakage and allows the docs to be built with both the old and new versions" * tag 'doc-4.10-3' of git://git.lwn.net/linux: docs: sphinx-extensions: make rstFlatTable work with docutils 0.13
Diffstat