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