Changes in uspace/Makefile [a047aaa:f2e78b0] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
ra047aaa rf2e78b0 62 62 app/nterm \ 63 63 app/redir \ 64 app/rcutest \ 65 app/rcubench \ 64 66 app/sbi \ 65 67 app/sportdmp \ … … 139 141 drv/block/ahci \ 140 142 drv/block/ata_bd \ 143 drv/block/ddisk \ 141 144 drv/char/i8042 \ 142 145 drv/char/pl050 \ … … 178 181 179 182 ifeq ($(UARCH), $(filter $(UARCH),mips32 mips32eb)) 183 ifeq ($(MACHINE),msim) 184 DIRS += \ 185 drv/platform/msim 186 else 180 187 DIRS += \ 181 188 drv/platform/malta \ 182 189 drv/bus/pci/pciintel \ 183 190 drv/bus/isa 191 endif 184 192 endif 185 193 … … 229 237 lib/trackmod \ 230 238 lib/uri \ 239 lib/urcu \ 231 240 lib/usb \ 232 241 lib/usbhost \
Note:
See TracChangeset
for help on using the changeset viewer.