This website requires JavaScript.
Explore
Help
Sign In
genesi
/
linux-legacy
Watch
1
Star
0
Fork
0
You've already forked linux-legacy
mirror of
https://github.com/genesi/linux-legacy.git
synced
2026-07-24 17:42:36 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
2b94de552e07610dfa79fc49ea49d1cfa5cd9ce8
linux-legacy
/
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 16:26:07 +10: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-03 02:38:57 +10:00
obj-$(CONFIG_OF_DEVICE)
+=
device.o platform.o
Reference in New Issue
Copy Permalink