aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/gdm724x/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/gdm724x/Makefile')
-rw-r--r--drivers/staging/gdm724x/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/staging/gdm724x/Makefile b/drivers/staging/gdm724x/Makefile
new file mode 100644
index 000000000..e61b95788
--- /dev/null
+++ b/drivers/staging/gdm724x/Makefile
@@ -0,0 +1,8 @@
+# SPDX-License-Identifier: GPL-2.0
+obj-$(CONFIG_LTE_GDM724X) := gdmulte.o
+gdmulte-y += gdm_lte.o netlink_k.o
+gdmulte-y += gdm_usb.o gdm_endian.o
+
+obj-$(CONFIG_LTE_GDM724X) += gdmtty.o
+gdmtty-y := gdm_tty.o gdm_mux.o
+