Changeset 94e46c9 in mainline for uspace/Makefile
- Timestamp:
- 2015-05-23T04:09:11Z (10 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b5143bd
- Parents:
- a25d893 (diff), 0683992 (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
ra25d893 r94e46c9 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 \ … … 162 164 drv/nic/rtl8139 \ 163 165 drv/nic/rtl8169 \ 166 drv/nic/ar9271 \ 164 167 drv/platform/icp 165 168 … … 179 182 180 183 ifeq ($(UARCH), $(filter $(UARCH),mips32 mips32eb)) 184 ifeq ($(MACHINE),msim) 185 DIRS += \ 186 drv/platform/msim 187 else 181 188 DIRS += \ 182 189 drv/platform/malta \ 183 190 drv/bus/pci/pciintel \ 184 191 drv/bus/isa 192 endif 185 193 endif 186 194 … … 211 219 lib/fs \ 212 220 lib/block \ 221 lib/crypto \ 213 222 lib/clui \ 214 223 lib/fmtutil \ … … 241 250 lib/posix \ 242 251 lib/mbr \ 243 lib/gpt 252 lib/gpt \ 253 lib/ieee80211 244 254 245 255 LIBC_BUILD = $(addsuffix .build,$(LIBC))
Note:
See TracChangeset
for help on using the changeset viewer.