diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-04-20 18:57:25 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-04-20 18:57:25 +0000 |
commit | fc75e596d20a5ea7dcaf4d45fa7b4753221d727e (patch) | |
tree | fed48990589511275ab659b41b6afdb2123595e6 /package/avila-wdt/src/Makefile | |
parent | 729e0fa4d14af178431415abab3f4349d517cdd4 (diff) | |
download | upstream-fc75e596d20a5ea7dcaf4d45fa7b4753221d727e.tar.gz upstream-fc75e596d20a5ea7dcaf4d45fa7b4753221d727e.tar.bz2 upstream-fc75e596d20a5ea7dcaf4d45fa7b4753221d727e.zip |
add optional driver for the hw watchdog on gateworks avila boards (requires soldering to work properly)
SVN-Revision: 15300
Diffstat (limited to 'package/avila-wdt/src/Makefile')
-rw-r--r-- | package/avila-wdt/src/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/avila-wdt/src/Makefile b/package/avila-wdt/src/Makefile new file mode 100644 index 0000000000..90d90657ed --- /dev/null +++ b/package/avila-wdt/src/Makefile @@ -0,0 +1 @@ +obj-m := avila-wdt.o |