Changeset 2972e21 in mainline for uspace/drv/uhci/Makefile
- Timestamp:
- 2010-12-31T15:44:54Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 28f660d
- Parents:
- bf5a3be
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/uhci/Makefile
rbf5a3be r2972e21 29 29 USPACE_PREFIX = ../.. 30 30 LIBS = $(LIBDRV_PREFIX)/libdrv.a $(LIBUSB_PREFIX)/libusb.a 31 EXTRA_CFLAGS += -I$(LIBDRV_PREFIX)/include -I$(LIBUSB_PREFIX)/include 31 EXTRA_CFLAGS += -I$(LIBDRV_PREFIX)/include -I$(LIBUSB_PREFIX)/include -I. 32 32 BINARY = uhci 33 33 … … 35 35 iface.c \ 36 36 main.c \ 37 root_hub/port.c \ 37 38 root_hub/port_status.c \ 38 39 root_hub/root_hub.c \
Note:
See TracChangeset
for help on using the changeset viewer.