Changeset 8e7c9fe in mainline for uspace/Makefile
- Timestamp:
- 2014-09-12T03:45:25Z (11 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c53b58e
- Parents:
- 3eb0c85 (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
r3eb0c85 r8e7c9fe 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 \ … … 152 156 drv/nic/ne2k \ 153 157 drv/nic/e1k \ 154 drv/nic/rtl8139 155 156 ifeq ($(CONFIG_PCC),y) 157 DIRS += \ 158 app/cc \ 159 app/ccom \ 160 app/ccom/mkext \ 161 app/cpp 162 endif 163 164 ifeq ($(CONFIG_BINUTILS),y) 165 DIRS += \ 166 app/binutils 167 endif 168 169 ifeq ($(CONFIG_MSIM),y) 170 DIRS += \ 171 app/msim 172 endif 158 drv/nic/rtl8139 \ 159 drv/nic/rtl8169 \ 160 drv/platform/icp 173 161 174 162 ## Platform-specific hardware support 175 163 # 176 164 177 ifeq ($(UARCH), amd64)178 DIRS += \ 179 drv/ infrastructure/rootpc \165 ifeq ($(UARCH), $(filter $(UARCH),amd64 ia32 ia64)) 166 DIRS += \ 167 drv/platform/pc \ 180 168 drv/bus/pci/pciintel \ 181 169 drv/bus/isa \ … … 186 174 endif 187 175 188 ifeq ($(UARCH),ia32)189 DIRS += \190 drv/infrastructure/rootpc \191 drv/bus/pci/pciintel \192 drv/bus/isa \193 drv/char/ns8250 \194 drv/time/cmos-rtc \195 srv/hw/irc/apic \196 srv/hw/irc/i8259197 endif198 199 176 ifeq ($(UARCH), $(filter $(UARCH),mips32 mips32eb)) 200 177 DIRS += \ 201 drv/ infrastructure/rootmalta \178 drv/platform/malta \ 202 179 drv/bus/pci/pciintel \ 203 180 drv/bus/isa … … 206 183 ifeq ($(UARCH),ppc32) 207 184 DIRS += \ 208 drv/ infrastructure/rootmac \185 drv/platform/mac \ 209 186 drv/bus/pci/pciintel \ 210 187 srv/hw/bus/cuda_adb … … 218 195 ifeq ($(UARCH),arm32) 219 196 DIRS += \ 220 drv/infrastructure/rootamdm37x \ 221 drv/fb/amdm37x_dispc 197 drv/platform/amdm37x \ 198 drv/fb/amdm37x_dispc \ 199 srv/hw/irc/icp-ic 222 200 endif 223 201
Note:
See TracChangeset
for help on using the changeset viewer.