diff options
Diffstat (limited to 'qemu/hw/pcmcia/Makefile.objs')
-rw-r--r-- | qemu/hw/pcmcia/Makefile.objs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qemu/hw/pcmcia/Makefile.objs b/qemu/hw/pcmcia/Makefile.objs new file mode 100644 index 000000000..4eac060c9 --- /dev/null +++ b/qemu/hw/pcmcia/Makefile.objs @@ -0,0 +1,2 @@ +common-obj-y += pcmcia.o +obj-$(CONFIG_PXA2XX) += pxa2xx.o |