diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2008-10-27 23:07:46 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2008-10-27 23:07:46 +0000 |
commit | 0942fcc70be2ffa28158d64aa6dfacd68b747067 (patch) | |
tree | 53f4ee9c10974a16e1b577cb8bf2de6152bf03ac /applications/luci-mmc_over_gpio/Makefile | |
parent | dc00b42e6da0765e6fd213e50230d4765569f9ac (diff) |
* luci/applications: add new mmc_over_gpio configuration, thanks Yanira!
Diffstat (limited to 'applications/luci-mmc_over_gpio/Makefile')
-rw-r--r-- | applications/luci-mmc_over_gpio/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/applications/luci-mmc_over_gpio/Makefile b/applications/luci-mmc_over_gpio/Makefile new file mode 100644 index 000000000..f7fac7740 --- /dev/null +++ b/applications/luci-mmc_over_gpio/Makefile @@ -0,0 +1,2 @@ +include ../../build/config.mk +include ../../build/module.mk |