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 @@ -obj-y += bus.o - +obj-$(CONFIG_ARM_AMBA) += bus.o +obj-$(CONFIG_TEGRA_AHB) += tegra-ahb.o |