X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=qemu%2Fhw%2Fgpio%2FMakefile.objs;h=a43c7cf4421ebe07fcd1768e62df9d7a0340936c;hb=a14b48d18a9ed03ec191cf16b162206998a895ce;hp=1abcf1798843906d2f44c4034d9bb176ed5bfe1e;hpb=e44e3482bdb4d0ebde2d8b41830ac2cdb07948fb;p=kvmfornfv.git diff --git a/qemu/hw/gpio/Makefile.objs b/qemu/hw/gpio/Makefile.objs index 1abcf1798..a43c7cf44 100644 --- a/qemu/hw/gpio/Makefile.objs +++ b/qemu/hw/gpio/Makefile.objs @@ -3,5 +3,7 @@ common-obj-$(CONFIG_PL061) += pl061.o common-obj-$(CONFIG_PUV3) += puv3_gpio.o common-obj-$(CONFIG_ZAURUS) += zaurus.o common-obj-$(CONFIG_E500) += mpc8xxx.o +common-obj-$(CONFIG_GPIO_KEY) += gpio_key.o obj-$(CONFIG_OMAP) += omap_gpio.o +obj-$(CONFIG_IMX) += imx_gpio.o