diff options
Diffstat (limited to 'drivers/mxc/gps_ioctrl/Makefile')
-rw-r--r-- | drivers/mxc/gps_ioctrl/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/mxc/gps_ioctrl/Makefile b/drivers/mxc/gps_ioctrl/Makefile new file mode 100644 index 000000000000..42a48fe3bd7b --- /dev/null +++ b/drivers/mxc/gps_ioctrl/Makefile @@ -0,0 +1,5 @@ +#
+# Makefile for the GPIO device driver module.
+#
+obj-$(CONFIG_GPS_IOCTRL) += gps_gpiodrv.o
+gps_gpiodrv-objs := agpsgpiodev.o
|