Changeset a79d88d in mainline for boot/Makefile.common


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
  • boot/Makefile.common

    r374ad3c ra79d88d  
    4949DIST_PATH = $(USPACE_PATH)/dist
    5050TOOLS_PATH = $(ROOT_PATH)/tools
    51 DRVS_PATH = srv/drivers
     51DRVS_PATH = drv
    5252
    5353SANDBOX = pack
Note: See TracChangeset for help on using the changeset viewer.