diff options
Diffstat (limited to 'drivers/misc/tegra-baseband/Makefile')
-rw-r--r-- | drivers/misc/tegra-baseband/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/misc/tegra-baseband/Makefile b/drivers/misc/tegra-baseband/Makefile new file mode 100644 index 00000000000..a95d84dbf11 --- /dev/null +++ b/drivers/misc/tegra-baseband/Makefile | |||
@@ -0,0 +1,6 @@ | |||
1 | # | ||
2 | # Makefile for tegra baseband support. | ||
3 | # | ||
4 | |||
5 | obj-$(CONFIG_TEGRA_BB_POWER) += bb-power.o | ||
6 | obj-$(CONFIG_TEGRA_BB_M7400) += bb-m7400.o | ||