diff options
Diffstat (limited to 'drivers/char/Makefile')
-rw-r--r-- | drivers/char/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/char/Makefile b/drivers/char/Makefile index 58ca9aa09..807db2c3d 100644 --- a/drivers/char/Makefile +++ b/drivers/char/Makefile @@ -125,6 +125,14 @@ else endif endif +ifeq ($(CONFIG_SPECIALIX),y) +L_OBJS += specialix.o +else + ifeq ($(CONFIG_SPECIALIX),m) + M_OBJS += specialix.o + endif +endif + ifeq ($(CONFIG_ATIXL_BUSMOUSE),y) M = y L_OBJS += atixlmouse.o |