Changeset 2972e21 in mainline for uspace/drv/uhci/Makefile


Ignore:
Timestamp:
2010-12-31T15:44:54Z (14 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
28f660d
Parents:
bf5a3be
Message:

minor changes

change debug level names
use current dir as include dir

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/uhci/Makefile

    rbf5a3be r2972e21  
    2929USPACE_PREFIX = ../..
    3030LIBS = $(LIBDRV_PREFIX)/libdrv.a $(LIBUSB_PREFIX)/libusb.a
    31 EXTRA_CFLAGS += -I$(LIBDRV_PREFIX)/include -I$(LIBUSB_PREFIX)/include
     31EXTRA_CFLAGS += -I$(LIBDRV_PREFIX)/include -I$(LIBUSB_PREFIX)/include -I.
    3232BINARY = uhci
    3333
     
    3535        iface.c \
    3636        main.c \
     37        root_hub/port.c \
    3738        root_hub/port_status.c \
    3839        root_hub/root_hub.c \
Note: See TracChangeset for help on using the changeset viewer.