Changes in uspace/Makefile [0caa075e:75fe97b] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
r0caa075e r75fe97b 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 \ … … 130 132 srv/hid/rfb \ 131 133 drv/audio/sb16 \ 132 drv/ infrastructure/root \133 drv/ infrastructure/rootvirt \134 drv/root/root \ 135 drv/root/virt \ 134 136 drv/block/ahci \ 135 137 drv/block/ata_bd \ 136 138 drv/char/i8042 \ 139 drv/char/pl050 \ 137 140 drv/char/ps2mouse \ 138 141 drv/char/xtkbd \ … … 153 156 drv/nic/ne2k \ 154 157 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 158 drv/nic/rtl8139 \ 159 drv/nic/rtl8169 \ 160 drv/platform/icp 174 161 175 162 ## Platform-specific hardware support 176 163 # 177 164 178 ifeq ($(UARCH), amd64)179 DIRS += \ 180 drv/ infrastructure/rootpc \165 ifeq ($(UARCH), $(filter $(UARCH),amd64 ia32 ia64)) 166 DIRS += \ 167 drv/platform/pc \ 181 168 drv/bus/pci/pciintel \ 182 169 drv/bus/isa \ … … 187 174 endif 188 175 189 ifeq ($(UARCH),ia32)190 DIRS += \191 drv/infrastructure/rootpc \192 drv/bus/pci/pciintel \193 drv/bus/isa \194 drv/char/ns8250 \195 drv/time/cmos-rtc \196 srv/hw/irc/apic \197 srv/hw/irc/i8259198 endif199 200 176 ifeq ($(UARCH), $(filter $(UARCH),mips32 mips32eb)) 201 177 DIRS += \ 202 drv/ infrastructure/rootmalta \178 drv/platform/malta \ 203 179 drv/bus/pci/pciintel \ 204 180 drv/bus/isa … … 207 183 ifeq ($(UARCH),ppc32) 208 184 DIRS += \ 209 drv/ infrastructure/rootmac \185 drv/platform/mac \ 210 186 drv/bus/pci/pciintel \ 211 187 srv/hw/bus/cuda_adb … … 219 195 ifeq ($(UARCH),arm32) 220 196 DIRS += \ 221 drv/infrastructure/rootamdm37x \ 222 drv/fb/amdm37x_dispc 197 drv/platform/amdm37x \ 198 drv/fb/amdm37x_dispc \ 199 srv/hw/irc/icp-ic 223 200 endif 224 201
Note:
See TracChangeset
for help on using the changeset viewer.