]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - ubuntu/Makefile
PCI / PM: Always check PME wakeup capability for runtime wakeup support
[mirror_ubuntu-artful-kernel.git] / ubuntu / Makefile
index 0a392582446a4489bdb5f73b65b837c71e7c14f4..2c1e696f87c8d60becdda1fa3951e380f37f3f18 100644 (file)
@@ -21,11 +21,11 @@ endif
 ##
 ##
 ##
-#obj-$(CONFIG_HIO)             += hio/
+obj-$(CONFIG_HIO)             += hio/
 ##
 ##
 ##
-ifneq ($(filter $(ARCH), i386 x86_64),)
+ifeq ($(ARCH),x86)
 obj-y                          += xr-usb-serial/
 endif
 ##