X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=drivers%2Finput%2FMakefile;h=98c4f9a778768d40af7a4942624caf8f46f13260;hb=c44df7413fd711bca818111b94cbd7ce5f3600a9;hp=99af903bd3ce57c747e8869da4e9883d2d566263;hpb=f563d53c30f3e60cde3a194cc1a87284ee0b3366;p=linux-2.6 diff --git a/drivers/input/Makefile b/drivers/input/Makefile index 99af903bd3..98c4f9a778 100644 --- a/drivers/input/Makefile +++ b/drivers/input/Makefile @@ -22,3 +22,6 @@ obj-$(CONFIG_INPUT_TABLET) += tablet/ obj-$(CONFIG_INPUT_TOUCHSCREEN) += touchscreen/ obj-$(CONFIG_INPUT_MISC) += misc/ +obj-$(CONFIG_INPUT_APMPOWER) += apm-power.o + +obj-$(CONFIG_XEN_KBDDEV_FRONTEND) += xen-kbdfront.o