Changeset db6e419 in mainline for uspace/Makefile
- Timestamp:
- 2011-08-16T18:53:00Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 49160c4
- Parents:
- e0e922d (diff), 45058baa (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
re0e922d rdb6e419 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 \ … … 121 122 # 122 123 123 ifneq ($(UARCH),abs32le)124 DIRS += srv/hid/console125 endif126 127 124 ifeq ($(UARCH),amd64) 128 125 DIRS += \ … … 169 166 lib/drv \ 170 167 lib/packet \ 168 lib/imgmap \ 171 169 lib/net \ 172 170 lib/ext2 \
Note:
See TracChangeset
for help on using the changeset viewer.