162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0
262306a36Sopenharmony_ci#
362306a36Sopenharmony_ci# Makefile for the input core drivers.
462306a36Sopenharmony_ci#
562306a36Sopenharmony_ci
662306a36Sopenharmony_ci# Each configuration option enables a list of files.
762306a36Sopenharmony_ci
862306a36Sopenharmony_ciobj-$(CONFIG_SERIO)		+= serio.o
962306a36Sopenharmony_ciobj-$(CONFIG_SERIO_I8042)	+= i8042.o
1062306a36Sopenharmony_ciobj-$(CONFIG_SERIO_PARKBD)	+= parkbd.o
1162306a36Sopenharmony_ciobj-$(CONFIG_SERIO_SERPORT)	+= serport.o
1262306a36Sopenharmony_ciobj-$(CONFIG_SERIO_CT82C710)	+= ct82c710.o
1362306a36Sopenharmony_ciobj-$(CONFIG_SERIO_RPCKBD)	+= rpckbd.o
1462306a36Sopenharmony_ciobj-$(CONFIG_SERIO_SA1111)	+= sa1111ps2.o
1562306a36Sopenharmony_ciobj-$(CONFIG_SERIO_AMBAKMI)	+= ambakmi.o
1662306a36Sopenharmony_ciobj-$(CONFIG_SERIO_Q40KBD)	+= q40kbd.o
1762306a36Sopenharmony_ciobj-$(CONFIG_SERIO_GSCPS2)	+= gscps2.o
1862306a36Sopenharmony_ciobj-$(CONFIG_HP_SDC)		+= hp_sdc.o
1962306a36Sopenharmony_ciobj-$(CONFIG_HIL_MLC)		+= hp_sdc_mlc.o hil_mlc.o
2062306a36Sopenharmony_ciobj-$(CONFIG_SERIO_PCIPS2)	+= pcips2.o
2162306a36Sopenharmony_ciobj-$(CONFIG_SERIO_PS2MULT)	+= ps2mult.o
2262306a36Sopenharmony_ciobj-$(CONFIG_SERIO_MACEPS2)	+= maceps2.o
2362306a36Sopenharmony_ciobj-$(CONFIG_SERIO_SGI_IOC3)	+= ioc3kbd.o
2462306a36Sopenharmony_ciobj-$(CONFIG_SERIO_LIBPS2)	+= libps2.o
2562306a36Sopenharmony_ciobj-$(CONFIG_SERIO_RAW)		+= serio_raw.o
2662306a36Sopenharmony_ciobj-$(CONFIG_SERIO_AMS_DELTA)	+= ams_delta_serio.o
2762306a36Sopenharmony_ciobj-$(CONFIG_SERIO_XILINX_XPS_PS2)	+= xilinx_ps2.o
2862306a36Sopenharmony_ciobj-$(CONFIG_SERIO_ALTERA_PS2)	+= altera_ps2.o
2962306a36Sopenharmony_ciobj-$(CONFIG_SERIO_ARC_PS2)	+= arc_ps2.o
3062306a36Sopenharmony_ciobj-$(CONFIG_SERIO_APBPS2)	+= apbps2.o
3162306a36Sopenharmony_ciobj-$(CONFIG_SERIO_OLPC_APSP)	+= olpc_apsp.o
3262306a36Sopenharmony_ciobj-$(CONFIG_HYPERV_KEYBOARD)	+= hyperv-keyboard.o
3362306a36Sopenharmony_ciobj-$(CONFIG_SERIO_SUN4I_PS2)	+= sun4i-ps2.o
3462306a36Sopenharmony_ciobj-$(CONFIG_SERIO_GPIO_PS2)	+= ps2-gpio.o
3562306a36Sopenharmony_ciobj-$(CONFIG_USERIO)		+= userio.o
36