Changeset 33c2952 in mainline for uspace/Makefile
- Timestamp:
- 2012-11-07T21:00:02Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/fix-logger-deadlock, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- dcb0751
- Parents:
- fc89e32 (diff), 94795812 (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
-
uspace/Makefile (modified) (9 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
rfc89e32 r33c2952 35 35 DIRS = \ 36 36 app/bdsh \ 37 app/bithenge \ 37 38 app/blkdump \ 38 39 app/bnchmark \ … … 47 48 app/klog \ 48 49 app/loc \ 50 app/logset \ 49 51 app/mkfat \ 50 52 app/mkexfat \ … … 71 73 app/sysinfo \ 72 74 app/mkbd \ 75 app/date \ 73 76 app/websrv \ 74 77 app/vdemo \ … … 77 80 srv/clipboard \ 78 81 srv/locsrv \ 82 srv/logger \ 79 83 srv/devman \ 80 84 srv/loader \ … … 95 99 srv/bd/part/mbr_part \ 96 100 srv/fs/exfat \ 101 srv/fs/udf \ 97 102 srv/fs/fat \ 98 103 srv/fs/cdfs \ … … 132 137 drv/nic/ne2k \ 133 138 drv/nic/e1k \ 134 drv/nic/rtl8139 139 drv/nic/rtl8139 \ 135 140 136 141 ifeq ($(CONFIG_PCC),y) … … 161 166 drv/bus/isa \ 162 167 drv/char/ns8250 \ 168 drv/time/cmos-rtc \ 163 169 srv/hw/irc/apic \ 164 170 srv/hw/irc/i8259 … … 171 177 drv/bus/isa \ 172 178 drv/char/ns8250 \ 179 drv/time/cmos-rtc \ 173 180 srv/hw/irc/apic \ 174 181 srv/hw/irc/i8259 … … 213 220 lib/usbhid \ 214 221 lib/usbvirt \ 222 lib/bithenge \ 215 223 lib/posix 216 224
Note:
See TracChangeset
for help on using the changeset viewer.
