diff options
Diffstat (limited to 'drivers/amba/Makefile')
-rw-r--r-- | drivers/amba/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/amba/Makefile b/drivers/amba/Makefile new file mode 100644 index 000000000..cc6b1c925 --- /dev/null +++ b/drivers/amba/Makefile @@ -0,0 +1,3 @@ +# SPDX-License-Identifier: GPL-2.0-only +obj-$(CONFIG_ARM_AMBA) += bus.o +obj-$(CONFIG_TEGRA_AHB) += tegra-ahb.o |