aboutsummaryrefslogtreecommitdiffstats
path: root/unmodified_drivers/linux-2.6/usbfront/Makefile
diff options
context:
space:
mode:
authorOlaf Hering <olaf@aepfle.de>2013-09-27 10:18:03 +0200
committerJan Beulich <jbeulich@suse.com>2013-09-27 10:18:03 +0200
commit0dcfb88fb838ad6f8558f2952feb2f09dc34470f (patch)
tree8496cd7cbd991ea930919dc7dc6d538740bd8df3 /unmodified_drivers/linux-2.6/usbfront/Makefile
parent62466514cc419152fa2f33dc9aa986d0a2fc519a (diff)
downloadxen-0dcfb88fb838ad6f8558f2952feb2f09dc34470f.tar.gz
xen-0dcfb88fb838ad6f8558f2952feb2f09dc34470f.tar.bz2
xen-0dcfb88fb838ad6f8558f2952feb2f09dc34470f.zip
unmodified_drivers: enable build of usbfront driver
Signed-off-by: Olaf Hering <olaf@aepfle.de>
Diffstat (limited to 'unmodified_drivers/linux-2.6/usbfront/Makefile')
-rw-r--r--unmodified_drivers/linux-2.6/usbfront/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/unmodified_drivers/linux-2.6/usbfront/Makefile b/unmodified_drivers/linux-2.6/usbfront/Makefile
new file mode 100644
index 0000000000..64e7acd194
--- /dev/null
+++ b/unmodified_drivers/linux-2.6/usbfront/Makefile
@@ -0,0 +1,3 @@
+ifneq ($(KERNELRELEASE),)
+include $(src)/Kbuild
+endif