ifndef CROSS_COMPILE uname_M := $(shell uname -m 2>/dev/null || echo not) ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/) ifeq ($(ARCH),x86) PROGS := mpssd CC = $(CROSS_COMPILE)gcc CFLAGS := -I../../../usr/include -I../../../tools/include ifdef DEBUG CFLAGS += -DDEBUG=$(DEBUG) endif all: $(PROGS) mpssd: mpssd.c sysfs.c $(CC) $(CFLAGS) mpssd.c sysfs.c -o mpssd -lpthread install: install mpssd /usr/sbin/mpssd install micctrl /usr/sbin/micctrl clean: rm -fr $(PROGS) endif endif t-next.git' title='net-next.git Git repository'/>
summaryrefslogtreecommitdiff
path: root/tools/gpio
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-01-17 10:34:44 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-01-17 10:34:44 +0100
commit833674a45ec7506f67eca93d51741ba5bc9c93f9 (patch)
tree811bfd2b26f624249372a8c168d03ea0b109ab0a /tools/gpio
parent49def1853334396f948dcb4cedb9347abb318df5 (diff)
parentefe357f4633a12ca89bdf9bbdd8aaf5a7a0cc3c0 (diff)
Merge tag 'fixes-for-v4.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-linus
Felipe writes: usb: fixes for v4.10-rc5 One memory leak fix on the atmel UDC. Several fixes for dwc2. A fix on composite.c to use usb_ep_free_request() when freeing struct usb_request.
Diffstat (limited to 'tools/gpio')