diff options
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 + + |