diff options
author | Artur Artamonov <freeartman@wechall.net> | 2013-09-19 12:15:23 +0300 |
---|---|---|
committer | Artur Artamonov <freeartman@wechall.net> | 2013-09-19 12:15:23 +0300 |
commit | 55e15136748e0f6be88c008b5afc0e5623c35b96 (patch) | |
tree | 3ff6fbeff40b26195d9da021a7cfe96c38bba687 /package/gpio_rtl819x/src/Makefile | |
parent | 178f5c8a01fbc67d6512f6f99d10cf0e111781bb (diff) |
[gpio] gpio_rtl819x compiles with 96c/96d/96d/88 should work on all of them
Diffstat (limited to 'package/gpio_rtl819x/src/Makefile')
-rw-r--r-- | package/gpio_rtl819x/src/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/package/gpio_rtl819x/src/Makefile b/package/gpio_rtl819x/src/Makefile new file mode 100644 index 000000000..a9512057b --- /dev/null +++ b/package/gpio_rtl819x/src/Makefile @@ -0,0 +1,8 @@ +#ifeq (${MODVERSIONS},yes) +# MVER=-DMODVERSIONS -DEXPORT_SYMTAB +#endif + + +obj-$(if $(CONFIG_GPIO_RTL819X),m) += gpio_rtl819x.o + + |