Changes in uspace/Makefile [a047aaa:48e3190] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
ra047aaa r48e3190 34 34 35 35 DIRS = \ 36 app/barber \37 36 app/bdsh \ 38 app/bithenge \39 37 app/blkdump \ 40 38 app/bnchmark \ 41 app/corecfg \42 39 app/devctl \ 43 app/dnscfg \44 app/dnsres \45 app/download \46 40 app/edit \ 47 app/ fontviewer\41 app/ext2info \ 48 42 app/getterm \ 49 app/hdisk \50 43 app/init \ 51 44 app/inet \ 52 45 app/kill \ 53 46 app/killall \ 54 app/k io\47 app/klog \ 55 48 app/loc \ 56 app/logset \57 app/mixerctl \58 49 app/mkfat \ 59 50 app/mkexfat \ 60 51 app/mkmfs \ 61 app/modplay \62 52 app/nterm \ 63 53 app/redir \ … … 72 62 app/trace \ 73 63 app/top \ 74 app/untar \75 64 app/usbinfo \ 76 65 app/vuhid \ 77 66 app/netecho \ 78 app/netspeed \79 67 app/nettest1 \ 80 68 app/nettest2 \ 81 69 app/nettest3 \ 82 app/nic \83 70 app/ping \ 84 71 app/sysinfo \ 85 72 app/mkbd \ 86 app/ date\73 app/websrv \ 87 74 app/vdemo \ 88 app/viewer \89 75 app/vlaunch \ 90 76 app/vterm \ 91 app/df \92 app/wavplay \93 app/websrv \94 srv/audio/hound \95 77 srv/clipboard \ 96 78 srv/locsrv \ 97 srv/logger \98 srv/klog \99 79 srv/devman \ 100 80 srv/loader \ 101 srv/net/dhcp \102 srv/net/dnsrsrv \103 81 srv/net/ethip \ 104 82 srv/net/inetsrv \ 105 83 srv/net/loopip \ 106 srv/net/nconfsrv \107 srv/net/slip \108 84 srv/net/tcp \ 109 85 srv/net/udp \ … … 111 87 srv/taskmon \ 112 88 srv/vfs \ 89 srv/bd/ata_bd \ 113 90 srv/bd/sata_bd \ 114 91 srv/bd/file_bd \ 92 srv/bd/gxe_bd \ 115 93 srv/bd/rd \ 116 94 srv/bd/part/guid_part \ … … 123 101 srv/fs/mfs \ 124 102 srv/fs/locfs \ 103 srv/fs/ext2fs \ 125 104 srv/fs/ext4fs \ 126 105 srv/hid/compositor \ … … 132 111 srv/hid/remcons \ 133 112 srv/hw/char/s3c24xx_uart \ 134 srv/hid/rfb \ 135 drv/audio/hdaudio \ 136 drv/audio/sb16 \ 137 drv/root/root \ 138 drv/root/virt \ 113 drv/infrastructure/root \ 114 drv/infrastructure/rootvirt \ 139 115 drv/block/ahci \ 140 drv/block/ata_bd \141 116 drv/char/i8042 \ 142 drv/char/pl050 \143 117 drv/char/ps2mouse \ 144 118 drv/char/xtkbd \ … … 159 133 drv/nic/ne2k \ 160 134 drv/nic/e1k \ 161 drv/nic/rtl8139 \ 162 drv/nic/rtl8169 \ 163 drv/platform/icp 135 drv/nic/rtl8139 136 137 ifeq ($(CONFIG_PCC),y) 138 DIRS += \ 139 app/cc \ 140 app/ccom \ 141 app/ccom/mkext \ 142 app/cpp 143 endif 144 145 ifeq ($(CONFIG_BINUTILS),y) 146 DIRS += \ 147 app/binutils 148 endif 149 150 ifeq ($(CONFIG_MSIM),y) 151 DIRS += \ 152 app/msim 153 endif 164 154 165 155 ## Platform-specific hardware support 166 156 # 167 157 168 ifeq ($(UARCH), $(filter $(UARCH),amd64 ia32 ia64))169 DIRS += \ 170 drv/ platform/pc \158 ifeq ($(UARCH),amd64) 159 DIRS += \ 160 drv/infrastructure/rootpc \ 171 161 drv/bus/pci/pciintel \ 172 162 drv/bus/isa \ 173 163 drv/char/ns8250 \ 174 drv/time/cmos-rtc \175 164 srv/hw/irc/apic \ 176 165 srv/hw/irc/i8259 177 166 endif 178 167 179 ifeq ($(UARCH), $(filter $(UARCH),mips32 mips32eb))180 DIRS += \ 181 drv/ platform/malta\168 ifeq ($(UARCH),ia32) 169 DIRS += \ 170 drv/infrastructure/rootpc \ 182 171 drv/bus/pci/pciintel \ 183 drv/bus/isa 172 drv/bus/isa \ 173 drv/char/ns8250 \ 174 srv/hw/irc/apic \ 175 srv/hw/irc/i8259 184 176 endif 185 177 186 178 ifeq ($(UARCH),ppc32) 187 179 DIRS += \ 188 drv/ platform/mac \180 drv/infrastructure/rootmac \ 189 181 drv/bus/pci/pciintel \ 190 182 srv/hw/bus/cuda_adb … … 194 186 DIRS += \ 195 187 srv/hw/irc/obio 196 endif197 198 ifeq ($(UARCH),arm32)199 DIRS += \200 drv/platform/amdm37x \201 drv/fb/amdm37x_dispc \202 srv/hw/irc/icp-ic203 188 endif 204 189 … … 213 198 lib/fmtutil \ 214 199 lib/scsi \ 215 lib/compress \216 200 lib/softint \ 217 201 lib/softfloat \ … … 219 203 lib/graph \ 220 204 lib/gui \ 221 lib/hound \222 lib/http \223 205 lib/softrend \ 224 206 lib/draw \ 225 lib/math \226 207 lib/net \ 227 208 lib/nic \ 209 lib/ext2 \ 228 210 lib/ext4 \ 229 lib/trackmod \230 lib/uri \231 211 lib/usb \ 232 212 lib/usbhost \ … … 234 214 lib/usbhid \ 235 215 lib/usbvirt \ 236 lib/pcm \ 237 lib/pcut \ 238 lib/bithenge \ 239 lib/posix \ 240 lib/mbr \ 241 lib/gpt 216 lib/posix 242 217 243 218 LIBC_BUILD = $(addsuffix .build,$(LIBC)) … … 245 220 LIBN_BUILD = $(addsuffix .build,$(LIBN)) 246 221 BUILDS := $(addsuffix .build,$(DIRS)) 247 BUILDS_TESTS := $(addsuffix .build-test,$(DIRS) $(LIBS) lib/c)248 222 249 223 CLEANS := $(addsuffix .clean,$(DIRS)) $(addsuffix .clean,$(LIBN)) $(addsuffix .clean,$(LIBS)) $(addsuffix .clean,$(LIBC)) … … 251 225 .PHONY: all $(LIBC_BUILD) $(LIBS_BUILD) $(LIBN_BUILD) $(BUILDS) $(CLEANS) clean 252 226 253 all: $(BUILDS) $(BUILDS_TESTS) 254 255 $(BUILDS_TESTS): $(BUILDS) 256 $(MAKE) -C $(basename $@) all-test PRECHECK=$(PRECHECK) 227 all: $(BUILDS) 257 228 258 229 clean: $(CLEANS)
Note:
See TracChangeset
for help on using the changeset viewer.