aboutsummaryrefslogtreecommitdiffstats
path: root/package/rtc-rv5c386a/src/Makefile
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2009-08-01 11:09:02 +0000
committerFlorian Fainelli <florian@openwrt.org>2009-08-01 11:09:02 +0000
commit798d6757860d5ae00a7125007c12d0abc45a2255 (patch)
tree483af5b25480c6a7c9f6830538e0d283474a0730 /package/rtc-rv5c386a/src/Makefile
parent52b6f8f74a27a13c49c1c2f68957556d4848509e (diff)
downloadupstream-798d6757860d5ae00a7125007c12d0abc45a2255.tar.gz
upstream-798d6757860d5ae00a7125007c12d0abc45a2255.tar.bz2
upstream-798d6757860d5ae00a7125007c12d0abc45a2255.zip
add RTC RV5C386A package
SVN-Revision: 17073
Diffstat (limited to 'package/rtc-rv5c386a/src/Makefile')
-rw-r--r--package/rtc-rv5c386a/src/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/package/rtc-rv5c386a/src/Makefile b/package/rtc-rv5c386a/src/Makefile
new file mode 100644
index 0000000000..eeb0430774
--- /dev/null
+++ b/package/rtc-rv5c386a/src/Makefile
@@ -0,0 +1,18 @@
+# $Id$
+#
+# Makefile for Real Time Clock driver for WL-HDD
+#
+# Copyright (C) 2007 Andreas Engel
+#
+# This program is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License
+# as published by the Free Software Foundation; either version
+# 2 of the License, or (at your option) any later version.
+#
+
+obj-m := rtc.o
+
+ifeq ($(MAKING_MODULES),1)
+
+-include $(TOPDIR)/Rules.make
+endif