Changeset a33f0a6 in mainline for uspace/Makefile
- Timestamp:
- 2011-08-03T17:34:57Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1940326
- Parents:
- 52a79081 (diff), 3fab770 (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
r52a79081 ra33f0a6 35 35 DIRS = \ 36 36 app/bdsh \ 37 app/blkdump \ 38 app/bnchmark \ 37 39 app/edit \ 38 40 app/filecrc \ 39 41 app/filegen \ 42 app/ext2info \ 40 43 app/getterm \ 41 44 app/init \ … … 43 46 app/killall \ 44 47 app/klog \ 48 app/lsusb \ 45 49 app/mkfat \ 46 50 app/redir \ … … 49 53 app/taskdump \ 50 54 app/tester \ 55 app/testread \ 51 56 app/tetris \ 52 57 app/trace \ 53 58 app/top \ 59 app/usbinfo \ 60 app/vuhid \ 54 61 app/netecho \ 55 62 app/nettest1 \ … … 58 65 app/websrv \ 59 66 app/sysinfo \ 67 app/mkbd \ 60 68 srv/clip \ 61 69 srv/devmap \ … … 75 83 srv/fs/tmpfs \ 76 84 srv/fs/devfs \ 77 srv/hid/adb_mouse \ 78 srv/hid/char_mouse \ 85 srv/fs/ext2fs \ 79 86 srv/hid/s3c24xx_ts \ 80 87 srv/hid/fb \ 81 srv/hid/ kbd\88 srv/hid/input \ 82 89 srv/hw/char/i8042 \ 83 90 srv/hw/char/s3c24xx_uart \ … … 90 97 srv/net/tl/tcp \ 91 98 srv/net/net \ 92 drv/root \ 93 drv/rootvirt \ 94 drv/test1 \ 95 drv/test2 99 drv/infrastructure/root \ 100 drv/infrastructure/rootvirt \ 101 drv/test/test1 \ 102 drv/test/test2 \ 103 drv/test/test3 \ 104 drv/bus/usb/ehci \ 105 drv/bus/usb/ohci \ 106 drv/bus/usb/uhci \ 107 drv/bus/usb/uhcirh \ 108 drv/bus/usb/usbflbk \ 109 drv/bus/usb/usbhid \ 110 drv/bus/usb/usbhub \ 111 drv/bus/usb/usbmast \ 112 drv/bus/usb/usbmid \ 113 drv/bus/usb/usbmouse \ 114 drv/bus/usb/vhc 96 115 97 116 ## Networking … … 111 130 ifeq ($(UARCH),amd64) 112 131 DIRS += \ 113 drv/ rootpc \114 drv/ pciintel \115 drv/ isa \116 drv/ ns8250 \132 drv/infrastructure/rootpc \ 133 drv/bus/pci/pciintel \ 134 drv/bus/isa \ 135 drv/char/ns8250 \ 117 136 srv/hw/irc/apic \ 118 137 srv/hw/irc/i8259 … … 121 140 ifeq ($(UARCH),ia32) 122 141 DIRS += \ 123 drv/ rootpc \124 drv/ pciintel \125 drv/ isa \126 drv/ ns8250 \142 drv/infrastructure/rootpc \ 143 drv/bus/pci/pciintel \ 144 drv/bus/isa \ 145 drv/char/ns8250 \ 127 146 srv/hw/irc/apic \ 128 147 srv/hw/irc/i8259 … … 130 149 131 150 ifeq ($(UARCH),ppc32) 132 DIRS += srv/hw/bus/cuda_adb 151 DIRS += \ 152 drv/infrastructure/rootmac \ 153 srv/hw/bus/cuda_adb 133 154 endif 134 155 135 156 ifeq ($(UARCH),sparc64) 136 157 DIRS += \ 137 srv/hw/irc/fhc \138 158 srv/hw/irc/obio 139 159 endif … … 147 167 lib/block \ 148 168 lib/clui \ 169 lib/scsi \ 149 170 lib/softint \ 150 171 lib/softfloat \ 151 172 lib/drv \ 152 173 lib/packet \ 153 lib/net 174 lib/net \ 175 lib/ext2 \ 176 lib/usb \ 177 lib/usbhost \ 178 lib/usbdev \ 179 lib/usbhid \ 180 lib/usbvirt 154 181 155 182 LIBC_BUILD = $(addsuffix .build,$(LIBC))
Note:
See TracChangeset
for help on using the changeset viewer.