# 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 link rel='alternate' title='Atom feed' href='https://git.distanz.ch/cgit.cgi/linux/net-next.git/atom/tools/testing/selftests/sync?h=nds-private-remove' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/sync
AgeCommit message (Expand)AuthorFilesLines