diff options
Diffstat (limited to 'arch/ppc/boot/of1275/Makefile')
-rw-r--r-- | arch/ppc/boot/of1275/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/ppc/boot/of1275/Makefile b/arch/ppc/boot/of1275/Makefile new file mode 100644 index 000000000000..02e6f235d7cb --- /dev/null +++ b/arch/ppc/boot/of1275/Makefile | |||
@@ -0,0 +1,6 @@ | |||
1 | # | ||
2 | # Makefile of1275 stuff | ||
3 | # | ||
4 | |||
5 | lib-y := claim.o enter.o exit.o finddevice.o getprop.o ofinit.o \ | ||
6 | ofstdio.o read.o release.o write.o map.o | ||