Changeset 15d0046 in mainline for uspace/Makefile
- Timestamp:
- 2014-09-12T13:22:33Z (10 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9b20126
- Parents:
- 8db09e4 (diff), 105d8d6 (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
r8db09e4 r15d0046 44 44 app/download \ 45 45 app/edit \ 46 app/fontviewer \ 46 47 app/getterm \ 47 48 app/hdisk \ … … 77 78 app/nettest2 \ 78 79 app/nettest3 \ 80 app/nic \ 79 81 app/ping \ 80 82 app/sysinfo \ … … 129 131 srv/hw/char/s3c24xx_uart \ 130 132 srv/hid/rfb \ 133 drv/audio/hdaudio \ 131 134 drv/audio/sb16 \ 132 drv/ infrastructure/root \133 drv/ infrastructure/rootvirt \135 drv/root/root \ 136 drv/root/virt \ 134 137 drv/block/ahci \ 135 138 drv/block/ata_bd \ 136 139 drv/char/i8042 \ 140 drv/char/pl050 \ 137 141 drv/char/ps2mouse \ 138 142 drv/char/xtkbd \ … … 153 157 drv/nic/ne2k \ 154 158 drv/nic/e1k \ 155 drv/nic/rtl8139 156 157 ifeq ($(CONFIG_PCC),y) 158 DIRS += \ 159 app/cc \ 160 app/ccom \ 161 app/ccom/mkext \ 162 app/cpp 163 endif 164 165 ifeq ($(CONFIG_BINUTILS),y) 166 DIRS += \ 167 app/binutils 168 endif 169 170 ifeq ($(CONFIG_MSIM),y) 171 DIRS += \ 172 app/msim 173 endif 159 drv/nic/rtl8139 \ 160 drv/nic/rtl8169 \ 161 drv/platform/icp 174 162 175 163 ## Platform-specific hardware support … … 178 166 ifeq ($(UARCH), $(filter $(UARCH),amd64 ia32 ia64)) 179 167 DIRS += \ 180 drv/ infrastructure/rootpc \168 drv/platform/pc \ 181 169 drv/bus/pci/pciintel \ 182 170 drv/bus/isa \ … … 189 177 ifeq ($(UARCH), $(filter $(UARCH),mips32 mips32eb)) 190 178 DIRS += \ 191 drv/ infrastructure/rootmalta \179 drv/platform/malta \ 192 180 drv/bus/pci/pciintel \ 193 181 drv/bus/isa … … 196 184 ifeq ($(UARCH),ppc32) 197 185 DIRS += \ 198 drv/ infrastructure/rootmac \186 drv/platform/mac \ 199 187 drv/bus/pci/pciintel \ 200 188 srv/hw/bus/cuda_adb … … 208 196 ifeq ($(UARCH),arm32) 209 197 DIRS += \ 210 drv/infrastructure/rootamdm37x \ 211 drv/fb/amdm37x_dispc 198 drv/platform/amdm37x \ 199 drv/fb/amdm37x_dispc \ 200 srv/hw/irc/icp-ic 212 201 endif 213 202
Note:
See TracChangeset
for help on using the changeset viewer.