From 55e15136748e0f6be88c008b5afc0e5623c35b96 Mon Sep 17 00:00:00 2001 From: Artur Artamonov Date: Thu, 19 Sep 2013 12:15:23 +0300 Subject: [gpio] gpio_rtl819x compiles with 96c/96d/96d/88 should work on all of them --- package/gpio_rtl819x/src/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 package/gpio_rtl819x/src/Makefile (limited to 'package/gpio_rtl819x/src/Makefile') 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 + + -- cgit v1.2.3