Changeset eec5795 in mainline for boot/arch/mips32


Ignore:
Timestamp:
2015-03-16T22:13:13Z (11 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
  • boot/arch/mips32/Makefile.inc

    r795e2bf reec5795  
    6464endif
    6565
     66ifeq ($(MACHINE),msim)
     67        RD_DRVS_ESSENTIAL += \
     68                platform/msim
     69endif
     70
    6671SOURCES = \
    6772        arch/$(BARCH)/src/asm.S \
Note: See TracChangeset for help on using the changeset viewer.