Changeset bd5f3b7 in mainline for uspace/Makefile
- Timestamp:
- 2011-08-21T13:07:35Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 00aece0, f1a9e87
- Parents:
- 86a34d3e (diff), a6480d5 (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
r86a34d3e rbd5f3b7 37 37 app/blkdump \ 38 38 app/bnchmark \ 39 app/devctl \ 39 40 app/edit \ 40 41 app/ext2info \ … … 44 45 app/killall \ 45 46 app/klog \ 47 app/locinfo \ 46 48 app/lsusb \ 47 49 app/mkfat \ … … 65 67 app/mkbd \ 66 68 srv/clip \ 67 srv/ devmap\69 srv/loc \ 68 70 srv/devman \ 69 71 srv/loader \ … … 79 81 srv/fs/fat \ 80 82 srv/fs/tmpfs \ 81 srv/fs/ devfs \83 srv/fs/locfs \ 82 84 srv/fs/ext2fs \ 85 srv/hid/console \ 83 86 srv/hid/s3c24xx_ts \ 84 87 srv/hid/fb \ … … 121 124 # 122 125 123 ifneq ($(UARCH),abs32le)124 DIRS += srv/hid/console125 endif126 127 126 ifeq ($(UARCH),amd64) 128 127 DIRS += \ … … 164 163 lib/block \ 165 164 lib/clui \ 165 lib/fmtutil \ 166 166 lib/scsi \ 167 167 lib/softint \ … … 169 169 lib/drv \ 170 170 lib/packet \ 171 lib/imgmap \ 171 172 lib/net \ 172 173 lib/ext2 \
Note:
See TracChangeset
for help on using the changeset viewer.