Changeset 3c5b86c in mainline for boot/Makefile


Ignore:
Timestamp:
2016-12-16T22:24:49Z (7 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7e9e652
Parents:
7f766f4
Message:

Allow ISA driver to use different .dev configs based on vendor/device ID

Add .dev config for EBUS. At this point it consist only of entries for
com1.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/Makefile

    r7f766f4 r3c5b86c  
    113113                file_dir="`dirname "$$file"`" ; \
    114114                file_name="`basename "$$file"`" ; \
    115                 cp "$(USPACE_PATH)/$(DRVS_PATH)/$$file_dir/$$file_name/$$file_name.dev" "$(DIST_PATH)/$(DRVS_PATH)/$$file_name/" ; \
     115                cp "$(USPACE_PATH)/$(DRVS_PATH)/$$file_dir/$$file_name/"*".dev" "$(DIST_PATH)/$(DRVS_PATH)/$$file_name/" ; \
    116116        done
    117117        for file in $(RD_DRVS_FW) ; do \
Note: See TracChangeset for help on using the changeset viewer.