aboutsummaryrefslogtreecommitdiff
path: root/drivers/misc/mediatek/gps/Makefile
blob: 2aeb7e325797314a2052afe6ba82ab746f1453a2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# drivers/barcelona/gps/Makefile
#
# Makefile for the Barcelona GPS driver.
#
# Copyright (C) 2004,2005 TomTom BV <http://www.tomtom.com/>
# Author: Dimitry Andric <dimitry.andric@tomtom.com>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2 as
# published by the Free Software Foundation.

include $(srctree)/drivers/misc/mediatek/Makefile.custom

obj-$(CONFIG_MTK_GPS)		+= gps.o

# EOF