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