diff options
Diffstat (limited to 'drivers/input/rmtctl/Makefile')
-rwxr-xr-x | drivers/input/rmtctl/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/input/rmtctl/Makefile b/drivers/input/rmtctl/Makefile new file mode 100755 index 00000000..7a9a2167 --- /dev/null +++ b/drivers/input/rmtctl/Makefile @@ -0,0 +1,8 @@ +# +# Makefile for the input core drivers. +# + +# Each configuration option enables a list of files. + +obj-$(CONFIG_RMTCTL_WonderMedia) += wmt-rmtctl.o + |