Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | # Makefile for the Sun Boot PROM interface library under |
2 | # Linux. | ||||
3 | # | ||||
4 | |||||
5 | EXTRA_AFLAGS := -ansi | ||||
6 | EXTRA_CFLAGS := -Werror | ||||
7 | |||||
David S. Miller | 4cb29d1 | 2005-09-29 18:05:28 -0700 | [diff] [blame] | 8 | lib-y := bootstr.o devops.o init.o misc.o \ |
David S. Miller | bff06d5 | 2005-09-22 20:11:33 -0700 | [diff] [blame] | 9 | tree.o console.o printf.o p1275.o cif.o |