summaryrefslogtreecommitdiffstats
path: root/drivers/of/Makefile
diff options
context:
space:
mode:
authorStephen Rothwell2007-05-02 18:38:57 +0200
committerStephen Rothwell2007-07-20 06:25:51 +0200
commit3f23de10f283819bcdc0d2282e8b5b14c2e96d3b (patch)
tree49c64fc622953e4ffc3af665bdc380fd37079e14 /drivers/of/Makefile
parentCreate linux/of_platorm.h (diff)
downloadkernel-qcow2-linux-3f23de10f283819bcdc0d2282e8b5b14c2e96d3b.tar.gz
kernel-qcow2-linux-3f23de10f283819bcdc0d2282e8b5b14c2e96d3b.tar.xz
kernel-qcow2-linux-3f23de10f283819bcdc0d2282e8b5b14c2e96d3b.zip
Create drivers/of/platform.c
and populate it with the common parts from PowerPC and Sparc[64]. Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Acked-by: Paul Mackerras <paulus@samba.org> Acked-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/of/Makefile')
-rw-r--r--drivers/of/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/of/Makefile b/drivers/of/Makefile
index c46d998e367b..ab9be5d5255b 100644
--- a/drivers/of/Makefile
+++ b/drivers/of/Makefile
@@ -1,2 +1,2 @@
obj-y = base.o
-obj-$(CONFIG_OF_DEVICE) += device.o
+obj-$(CONFIG_OF_DEVICE) += device.o platform.o