usb: Upgrade to Linux-3.9.0 stack

This commit is contained in:
Sebastian Sumpf 2013-05-17 14:56:50 +02:00 committed by Norman Feske
parent cda25a481b
commit 8708732e9c
1 changed files with 2 additions and 2 deletions

View File

@ -9,9 +9,9 @@ VERBOSE ?= @
ECHO = @echo ECHO = @echo
PATCHES := $(shell find patches -name \*.patch) PATCHES := $(shell find patches -name \*.patch)
LINUX = linux-3.9-rc8 LINUX = linux-3.9
LINUX_TBZ2 = $(LINUX).tar.bz2 LINUX_TBZ2 = $(LINUX).tar.bz2
LINUX_URL = http://www.kernel.org/pub/linux/kernel/v3.x/testing/$(LINUX_TBZ2) LINUX_URL = http://www.kernel.org/pub/linux/kernel/v3.x/$(LINUX_TBZ2)
# Linux utilities # Linux utilities
CONTENT += include/linux/list.h CONTENT += include/linux/list.h