|
@@ -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.
|