diff options
Diffstat (limited to 'package/gpio_rtl8196c/src/Makefile')
-rw-r--r-- | package/gpio_rtl8196c/src/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/package/gpio_rtl8196c/src/Makefile b/package/gpio_rtl8196c/src/Makefile new file mode 100644 index 000000000..6740c78db --- /dev/null +++ b/package/gpio_rtl8196c/src/Makefile @@ -0,0 +1,8 @@ +#ifeq (${MODVERSIONS},yes) +# MVER=-DMODVERSIONS -DEXPORT_SYMTAB +#endif + + +obj-$(if $(CONFIG_GPIO_RTL8196C),m) += gpio_rtl8196c.o + + |