[ARM] Move AMBA bus code to drivers/amba/
[linux-2.6-block.git] / drivers / Makefile
index ea410b6b7644fa4b7959e324ba5595019b90bfe6..7fc3f0f08b29e76aa8db89f82e6e62378391d61d 100644 (file)
@@ -13,6 +13,7 @@ obj-$(CONFIG_ACPI)            += acpi/
 # PnP must come after ACPI since it will eventually need to check if acpi
 # was used and do nothing if so
 obj-$(CONFIG_PNP)              += pnp/
+obj-$(CONFIG_ARM_AMBA)         += amba/
 
 # char/ comes before serial/ etc so that the VT console is the boot-time
 # default.