Changeset eec5795 in mainline for uspace/Makefile


Ignore:
Timestamp:
2015-03-16T22:13:13Z (10 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b402cf95
Parents:
795e2bf
Message:

Add MSIM platform driver with support for ddisk function.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r795e2bf reec5795  
    180180
    181181ifeq ($(UARCH), $(filter $(UARCH),mips32 mips32eb))
     182ifeq ($(MACHINE),msim)
     183        DIRS += \
     184                drv/platform/msim
     185else
    182186        DIRS += \
    183187                drv/platform/malta \
    184188                drv/bus/pci/pciintel \
    185189                drv/bus/isa
     190endif
    186191endif
    187192
Note: See TracChangeset for help on using the changeset viewer.