This website requires JavaScript.
Explore
Help
Register
Sign In
Minki
/
linux
Watch
1
Star
0
Fork
1
You've already forked linux
mirror of
https://github.com/torvalds/linux.git
synced
2024-11-06 03:51:48 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
c0c20fb5a8
linux
/
drivers
/
of
/
Makefile
3 lines
62 B
Makefile
Raw
Normal View
History
Unescape
Escape
Start split out of common open firmware code This creates drivers/of/base.c (depending on CONFIG_OF) and puts the first trivially common bits from the prom.c files into it. 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>
2007-05-01 06:26:07 +00:00
obj-y
=
base.o
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>
2007-05-02 16:38:57 +00:00
obj-$(CONFIG_OF_DEVICE)
+=
device.o platform.o
Reference in New Issue
Copy Permalink