diff options
Diffstat (limited to 'arch/sparc64/prom/Makefile')
-rw-r--r-- | arch/sparc64/prom/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/sparc64/prom/Makefile b/arch/sparc64/prom/Makefile new file mode 100644 index 000000000000..8f2420d9e9e6 --- /dev/null +++ b/arch/sparc64/prom/Makefile | |||
@@ -0,0 +1,10 @@ | |||
1 | # $Id: Makefile,v 1.7 2000/12/14 22:57:25 davem Exp $ | ||
2 | # Makefile for the Sun Boot PROM interface library under | ||
3 | # Linux. | ||
4 | # | ||
5 | |||
6 | EXTRA_AFLAGS := -ansi | ||
7 | EXTRA_CFLAGS := -Werror | ||
8 | |||
9 | lib-y := bootstr.o devops.o init.o memory.o misc.o \ | ||
10 | tree.o console.o printf.o p1275.o map.o cif.o | ||