mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-02-07 20:09:05 +00:00
13 lines
351 B
Makefile
13 lines
351 B
Makefile
![]() |
#
|
||
|
# Makefile for the input misc drivers.
|
||
|
#
|
||
|
|
||
|
# Each configuration option enables a list of files.
|
||
|
|
||
|
obj-$(CONFIG_INPUT_SPARCSPKR) += sparcspkr.o
|
||
|
obj-$(CONFIG_INPUT_PCSPKR) += pcspkr.o
|
||
|
obj-$(CONFIG_INPUT_M68K_BEEP) += m68kspkr.o
|
||
|
obj-$(CONFIG_INPUT_98SPKR) += 98spkr.o
|
||
|
obj-$(CONFIG_INPUT_UINPUT) += uinput.o
|
||
|
obj-$(CONFIG_HP_SDC_RTC) += hp_sdc_rtc.o
|