Changeset eec5795 in mainline for uspace/Makefile
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.