aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ptp/Makefile
diff options
context:
space:
mode:
authorTakahiro Shimizu <tshimizu818@gmail.com>2012-03-07 22:16:26 +0000
committerDavid S. Miller <davem@davemloft.net>2012-03-09 13:55:34 -0800
commit863d08ece9bf11043541e8017cfbdd16b800fbe5 (patch)
tree3974d8ffc9c4da70094f6cf6eb5989d7f934cc9b /drivers/ptp/Makefile
parentMerge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem (diff)
downloadlinux-dev-863d08ece9bf11043541e8017cfbdd16b800fbe5.tar.xz
linux-dev-863d08ece9bf11043541e8017cfbdd16b800fbe5.zip
supports eg20t ptp clock
Supports EG20T ptp clock in the driver Changes e-mail address. Adds number. Signed-off-by: Takahiro Shimizu <tshimizu818@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/ptp/Makefile')
-rw-r--r--drivers/ptp/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ptp/Makefile b/drivers/ptp/Makefile
index f6933e83de72..8b58597298de 100644
--- a/drivers/ptp/Makefile
+++ b/drivers/ptp/Makefile
@@ -5,3 +5,4 @@
ptp-y := ptp_clock.o ptp_chardev.o ptp_sysfs.o
obj-$(CONFIG_PTP_1588_CLOCK) += ptp.o
obj-$(CONFIG_PTP_1588_CLOCK_IXP46X) += ptp_ixp46x.o
+obj-$(CONFIG_PTP_1588_CLOCK_PCH) += ptp_pch.o