Changeset 37ac7bb in mainline for uspace/drv/uhci-hcd
- Timestamp:
- 2011-01-31T17:38:26Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1256a0a
- Parents:
- 72e19f50
- Location:
- uspace/drv/uhci-hcd
- Files:
-
- 26 moved
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/uhci-hcd/Makefile
r72e19f50 r37ac7bb 30 30 LIBS = $(LIBDRV_PREFIX)/libdrv.a $(LIBUSB_PREFIX)/libusb.a 31 31 EXTRA_CFLAGS += -I$(LIBDRV_PREFIX)/include -I$(LIBUSB_PREFIX)/include -I. 32 BINARY = uhci 32 BINARY = uhci-hcd 33 33 34 34 SOURCES = \ -
uspace/drv/uhci-hcd/name.h
r72e19f50 r37ac7bb 35 35 #define DRV_UHCI_TD_NAME_H 36 36 37 #define NAME "uhci "37 #define NAME "uhci-hcd" 38 38 39 39 #endif
Note:
See TracChangeset
for help on using the changeset viewer.