Changeset 1d2a1a9 in mainline for uspace/Makefile
- Timestamp:
- 2011-08-17T20:44:32Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0cc32f2
- Parents:
- bb285b4 (diff), c53a705 (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
rbb285b4 r1d2a1a9 65 65 app/mkbd \ 66 66 srv/clip \ 67 srv/ devmap\67 srv/loc \ 68 68 srv/devman \ 69 69 srv/loader \ … … 79 79 srv/fs/fat \ 80 80 srv/fs/tmpfs \ 81 srv/fs/ devfs \81 srv/fs/locfs \ 82 82 srv/fs/ext2fs \ 83 srv/hid/console \ 83 84 srv/hid/s3c24xx_ts \ 84 85 srv/hid/fb \ … … 126 127 # 127 128 128 ifneq ($(UARCH),abs32le)129 DIRS += srv/hid/console130 endif131 132 129 ifeq ($(UARCH),amd64) 133 130 DIRS += \ … … 174 171 lib/drv \ 175 172 lib/packet \ 173 lib/imgmap \ 176 174 lib/net \ 177 175 lib/ext2 \
Note:
See TracChangeset
for help on using the changeset viewer.