diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-08-01 11:09:02 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-08-01 11:09:02 +0000 |
commit | 798d6757860d5ae00a7125007c12d0abc45a2255 (patch) | |
tree | 483af5b25480c6a7c9f6830538e0d283474a0730 /package/rtc-rv5c386a/src/Makefile | |
parent | 52b6f8f74a27a13c49c1c2f68957556d4848509e (diff) | |
download | mtk-20170518-798d6757860d5ae00a7125007c12d0abc45a2255.zip mtk-20170518-798d6757860d5ae00a7125007c12d0abc45a2255.tar.gz mtk-20170518-798d6757860d5ae00a7125007c12d0abc45a2255.tar.bz2 |
add RTC RV5C386A package
SVN-Revision: 17073
Diffstat (limited to 'package/rtc-rv5c386a/src/Makefile')
-rw-r--r-- | package/rtc-rv5c386a/src/Makefile | 18 |
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 0000000..eeb0430 --- /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 |