Changeset eec5795 in mainline
- Timestamp:
- 2015-03-16T22:13:13Z (10 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b402cf95
- Parents:
- 795e2bf
- Files:
-
- 3 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/mips32/Makefile.inc
r795e2bf reec5795 64 64 endif 65 65 66 ifeq ($(MACHINE),msim) 67 RD_DRVS_ESSENTIAL += \ 68 platform/msim 69 endif 70 66 71 SOURCES = \ 67 72 arch/$(BARCH)/src/asm.S \ -
contrib/conf/msim.conf
r795e2bf reec5795 17 17 add dkeyboard keyboard 0x10000000 2 18 18 add dorder order 0x10000100 5 19 add ddisk disk 0x10000200 6 -
uspace/Makefile
r795e2bf reec5795 180 180 181 181 ifeq ($(UARCH), $(filter $(UARCH),mips32 mips32eb)) 182 ifeq ($(MACHINE),msim) 183 DIRS += \ 184 drv/platform/msim 185 else 182 186 DIRS += \ 183 187 drv/platform/malta \ 184 188 drv/bus/pci/pciintel \ 185 189 drv/bus/isa 190 endif 186 191 endif 187 192
Note:
See TracChangeset
for help on using the changeset viewer.