aboutsummaryrefslogtreecommitdiffstats
path: root/xenolinux-2.4.22-sparse/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'xenolinux-2.4.22-sparse/Makefile')
-rw-r--r--xenolinux-2.4.22-sparse/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/xenolinux-2.4.22-sparse/Makefile b/xenolinux-2.4.22-sparse/Makefile
index 5974b048fb..a4357b3637 100644
--- a/xenolinux-2.4.22-sparse/Makefile
+++ b/xenolinux-2.4.22-sparse/Makefile
@@ -1,6 +1,6 @@
VERSION = 2
PATCHLEVEL = 4
-SUBLEVEL = 22
+SUBLEVEL = 23
EXTRAVERSION = -xeno
KERNELRELEASE=$(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)
@@ -186,6 +186,7 @@ DRIVERS-$(CONFIG_PARIDE) += drivers/block/paride/paride.a
DRIVERS-$(CONFIG_HAMRADIO) += drivers/net/hamradio/hamradio.o
DRIVERS-$(CONFIG_TC) += drivers/tc/tc.a
DRIVERS-$(CONFIG_USB) += drivers/usb/usbdrv.o
+DRIVERS-$(CONFIG_USB_GADGET) += drivers/usb/gadget/built-in.o
DRIVERS-y +=drivers/media/media.o
DRIVERS-$(CONFIG_INPUT) += drivers/input/inputdrv.o
DRIVERS-$(CONFIG_HIL) += drivers/hil/hil.o