diff options
Diffstat (limited to 'drivers/amba/Makefile')
-rw-r--r-- | drivers/amba/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/amba/Makefile b/drivers/amba/Makefile index 40fe74097be2..66e81c2f1e3c 100644 --- a/drivers/amba/Makefile +++ b/drivers/amba/Makefile | |||
@@ -1,2 +1,2 @@ | |||
1 | obj-y += bus.o | 1 | obj-$(CONFIG_ARM_AMBA) += bus.o |
2 | 2 | obj-$(CONFIG_TEGRA_AHB) += tegra-ahb.o | |