From: <z7...@us...> - 2007-01-08 10:43:44
|
Revision: 745 http://svn.sourceforge.net/hackndev/?rev=745&view=rev Author: z72ka Date: 2007-01-08 02:43:42 -0800 (Mon, 08 Jan 2007) Log Message: ----------- Added LED support for Zire72 Modified Paths: -------------- linux4palm/linux/trunk/drivers/leds/Makefile Modified: linux4palm/linux/trunk/drivers/leds/Makefile =================================================================== --- linux4palm/linux/trunk/drivers/leds/Makefile 2007-01-08 10:37:52 UTC (rev 744) +++ linux4palm/linux/trunk/drivers/leds/Makefile 2007-01-08 10:43:42 UTC (rev 745) @@ -14,6 +14,7 @@ obj-$(CONFIG_LEDS_H2200) += h2200_leds.o obj-$(CONFIG_LEDS_MAGICIAN) += leds-magician.o obj-$(CONFIG_LEDS_PALMLD) += leds-palmld.o +obj-$(CONFIG_LEDS_PALMZ72) += led-palmz72.o obj-$(CONFIG_LEDS_PALMT650) += leds-palmt650.o # LED Triggers This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |