]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/Makefile
lguest: wrap last_avail accesses.
[linux-2.6-omap-h63xx.git] / drivers / Makefile
index f65deda72d6102636e47554c9864d529df27a258..54ec5e718c0e32296ea0c78e515930713f05c811 100644 (file)
@@ -5,7 +5,7 @@
 # Rewritten to use lists instead of if-statements.
 #
 
-obj-$(CONFIG_HAVE_GPIO_LIB)    += gpio/
+obj-y                          += gpio/
 obj-$(CONFIG_PCI)              += pci/
 obj-$(CONFIG_PARISC)           += parisc/
 obj-$(CONFIG_RAPIDIO)          += rapidio/
@@ -22,6 +22,9 @@ obj-$(CONFIG_XEN)             += xen/
 # default.
 obj-y                          += char/
 
+# gpu/ comes after char for AGP vs DRM startup
+obj-y                          += gpu/
+
 obj-$(CONFIG_CONNECTOR)                += connector/
 
 # i810fb and intelfb depend on char/agp/