Rev 3343 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3343 | Rev 3742 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | # Makefile for The PCI Library |
1 | # Makefile for The PCI Library |
2 | # (c) 1999 Martin Mares <mj@ucw.cz> |
2 | # (c) 1999 Martin Mares <mj@ucw.cz> |
3 | 3 | ||
4 | # Modified and ported to HelenOS by Jakub Jermar |
4 | # Modified and ported to HelenOS by Jakub Jermar |
5 | 5 | ||
- | 6 | include ../../../Makefile.config |
|
- | 7 | ||
6 | LIBC_PREFIX=$(shell cd ../../../lib/libc; pwd) |
8 | LIBC_PREFIX=$(shell cd ../../../lib/libc; pwd) |
7 | 9 | ||
8 | include $(LIBC_PREFIX)/Makefile.toolchain |
10 | include $(LIBC_PREFIX)/Makefile.toolchain |
9 | 11 | ||
10 | LIBS = $(LIBC_PREFIX)/libc.a |
12 | LIBS = $(LIBC_PREFIX)/libc.a |