Changes in uspace/srv/hw/bus/pci/Makefile [e5773c6:1b1164e8] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hw/bus/pci/Makefile
re5773c6 r1b1164e8 29 29 30 30 USPACE_PREFIX = ../../../.. 31 LIBS = $(LIBPCI_PREFIX)/libpci.a $(LIBC_PREFIX)/libc.a31 LIBS = $(LIBPCI_PREFIX)/libpci.a 32 32 EXTRA_CFLAGS = -I$(LIBPCI_PREFIX) 33 34 OUTPUT = pci 33 BINARY = pci 35 34 36 35 SOURCES = \ 37 36 pci.c 38 37 39 include ../../../Makefile.common38 include $(USPACE_PREFIX)/Makefile.common
Note:
See TracChangeset
for help on using the changeset viewer.