Changeset 055a68a in mainline for uspace/Makefile
- Timestamp:
- 2015-04-23T23:47:40Z (10 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a18a8b9
- Parents:
- acb8766e (diff), dcba819 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
racb8766e r055a68a 94 94 app/wavplay \ 95 95 app/websrv \ 96 app/wifi_supplicant \ 96 97 srv/audio/hound \ 97 98 srv/clipboard \ … … 141 142 drv/block/ahci \ 142 143 drv/block/ata_bd \ 144 drv/block/ddisk \ 143 145 drv/char/i8042 \ 144 146 drv/char/pl050 \ … … 163 165 drv/nic/rtl8139 \ 164 166 drv/nic/rtl8169 \ 167 drv/nic/ar9271 \ 165 168 drv/platform/icp 166 169 … … 180 183 181 184 ifeq ($(UARCH), $(filter $(UARCH),mips32 mips32eb)) 185 ifeq ($(MACHINE),msim) 186 DIRS += \ 187 drv/platform/msim 188 else 182 189 DIRS += \ 183 190 drv/platform/malta \ 184 191 drv/bus/pci/pciintel \ 185 192 drv/bus/isa 193 endif 186 194 endif 187 195 … … 212 220 lib/fs \ 213 221 lib/block \ 222 lib/crypto \ 214 223 lib/clui \ 215 224 lib/fmtutil \ … … 242 251 lib/posix \ 243 252 lib/mbr \ 244 lib/gpt 253 lib/gpt \ 254 lib/ieee80211 245 255 246 256 LIBC_BUILD = $(addsuffix .build,$(LIBC))
Note:
See TracChangeset
for help on using the changeset viewer.