PREFIX ?= /usr SBINDIR ?= sbin INSTALL ?= install CC = $(CROSS_COMPILE)gcc TARGET = freefall all: $(TARGET) %: %.c $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $< clean: $(RM) $(TARGET) install: freefall $(INSTALL) -D -m 755 $(TARGET) $(DESTDIR)$(PREFIX)/$(SBINDIR)/$(TARGET) t.cgi/linux/net-next.git/atom/drivers/usb/host/ehci-w90x900.c?h=nds-private-remove' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/drivers/usb/host/ehci-w90x900.c
AgeCommit message (Expand)AuthorFilesLines