Changeset a79d88d in mainline for uspace/Makefile


Ignore:
Timestamp:
2010-10-21T19:23:23Z (14 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7a252ec8
Parents:
374ad3c
Message:

Move the device driver framework drivers under "uspace/drv" in the source tree and
"/drv" on the RAM disk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r374ad3c ra79d88d  
    5050        app/trace \
    5151        app/top \
     52        app/netecho \
     53        app/nettest1 \
     54        app/nettest2 \
     55        app/ping \
    5256        srv/clip \
    5357        srv/devmap \
    5458        srv/devman \
    55         srv/drivers/root \
    5659        srv/loader \
    5760        srv/ns \
     
    8487        srv/net/net \
    8588        srv/net/netstart \
    86         app/netecho \
    87         app/nettest1 \
    88         app/nettest2 \
    89         app/ping
     89        drv/root
    9090
    9191## Networking
     
    113113
    114114ifeq ($(UARCH),ia32)
    115         DIRS += srv/drivers/rootia32
    116         DIRS += srv/drivers/pciintel
    117         DIRS += srv/drivers/isa
    118         DIRS += srv/drivers/ns8250
     115        DIRS += drv/rootia32
     116        DIRS += drv/pciintel
     117        DIRS += drv/isa
     118        DIRS += drv/ns8250
    119119endif
    120120
Note: See TracChangeset for help on using the changeset viewer.