diff options
author | Takahiro Shimizu <tshimizu818@gmail.com> | 2012-03-07 22:16:26 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-03-09 13:55:34 -0800 |
commit | 863d08ece9bf11043541e8017cfbdd16b800fbe5 (patch) | |
tree | 3974d8ffc9c4da70094f6cf6eb5989d7f934cc9b /drivers/ptp/Makefile | |
parent | 74dd1521d0b4f940cdd3ce7b9d988836bef589b8 (diff) |
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/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ptp/Makefile b/drivers/ptp/Makefile index f6933e83de7..8b58597298d 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 |