Changeset 925a21e in mainline for uspace/Makefile
- Timestamp:
- 2011-09-24T14:20:29Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/fix-logger-deadlock, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5bf76c1
- Parents:
- 867e2555 (diff), 1ab4aca (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
r867e2555 r925a21e 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 \ 50 app/mkmfs \ 48 51 app/redir \ 49 52 app/sbi \ 53 app/sportdmp \ 50 54 app/stats \ 51 55 app/taskdump \ … … 65 69 app/mkbd \ 66 70 srv/clip \ 67 srv/ devmap\71 srv/loc \ 68 72 srv/devman \ 69 73 srv/loader \ … … 77 81 srv/bd/part/guid_part \ 78 82 srv/bd/part/mbr_part \ 83 srv/fs/exfat \ 79 84 srv/fs/fat \ 85 srv/fs/cdfs \ 80 86 srv/fs/tmpfs \ 81 srv/fs/devfs \ 87 srv/fs/mfs \ 88 srv/fs/locfs \ 82 89 srv/fs/ext2fs \ 90 srv/hid/console \ 83 91 srv/hid/s3c24xx_ts \ 84 92 srv/hid/fb \ … … 111 119 drv/bus/usb/vhc 112 120 121 ifeq ($(CONFIG_PCC),y) 122 DIRS += \ 123 app/cc \ 124 app/ccom \ 125 app/ccom/mkext \ 126 app/cpp 127 endif 128 129 ifeq ($(CONFIG_BINUTILS),y) 130 DIRS += \ 131 app/binutils 132 endif 133 113 134 ## Networking 114 135 # … … 120 141 ## Platform-specific hardware support 121 142 # 122 123 ifneq ($(UARCH),abs32le)124 DIRS += srv/hid/console125 endif126 143 127 144 ifeq ($(UARCH),amd64) … … 164 181 lib/block \ 165 182 lib/clui \ 183 lib/fmtutil \ 166 184 lib/scsi \ 167 185 lib/softint \ … … 169 187 lib/drv \ 170 188 lib/packet \ 189 lib/fb \ 171 190 lib/net \ 172 191 lib/ext2 \ … … 175 194 lib/usbdev \ 176 195 lib/usbhid \ 177 lib/usbvirt 196 lib/usbvirt \ 197 lib/posix 178 198 179 199 LIBC_BUILD = $(addsuffix .build,$(LIBC))
Note:
See TracChangeset
for help on using the changeset viewer.
