diff options
Diffstat (limited to 'drivers/Makefile')
-rw-r--r-- | drivers/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/Makefile b/drivers/Makefile index 0ee98d50f975..2ba29ffef2cb 100644 --- a/drivers/Makefile +++ b/drivers/Makefile | |||
@@ -18,7 +18,7 @@ obj-$(CONFIG_SFI) += sfi/ | |||
18 | # PnP must come after ACPI since it will eventually need to check if acpi | 18 | # PnP must come after ACPI since it will eventually need to check if acpi |
19 | # was used and do nothing if so | 19 | # was used and do nothing if so |
20 | obj-$(CONFIG_PNP) += pnp/ | 20 | obj-$(CONFIG_PNP) += pnp/ |
21 | obj-$(CONFIG_ARM_AMBA) += amba/ | 21 | obj-y += amba/ |
22 | # Many drivers will want to use DMA so this has to be made available | 22 | # Many drivers will want to use DMA so this has to be made available |
23 | # really early. | 23 | # really early. |
24 | obj-$(CONFIG_DMA_ENGINE) += dma/ | 24 | obj-$(CONFIG_DMA_ENGINE) += dma/ |