Commit 9b4e261a authored by Russell King's avatar Russell King Committed by Deepak Saxena

[ARM] Fix up patch 1219/1 so sa1100 pcmcia builds again

Patch 1219/1 caused sa1100_generic.o to export symbols, but didn't
add it to the export-objs variable.  Make it so.
parent 3df03761
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# Makefile for the kernel pcmcia subsystem (c/o David Hinds) # Makefile for the kernel pcmcia subsystem (c/o David Hinds)
# #
export-objs := ds.o cs.o yenta.o pci_socket.o export-objs := ds.o cs.o yenta.o pci_socket.o sa1100_pcmcia.o
obj-$(CONFIG_PCMCIA) += pcmcia_core.o ds.o obj-$(CONFIG_PCMCIA) += pcmcia_core.o ds.o
ifeq ($(CONFIG_CARDBUS),y) ifeq ($(CONFIG_CARDBUS),y)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment