Changeset ee24574 in mainline for uspace/Makefile
- Timestamp:
- 2011-08-18T08:00:42Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a92cf94f
- Parents:
- 0f963cb (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
r0f963cb ree24574 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 \ … … 134 135 # 135 136 136 ifneq ($(UARCH),abs32le)137 DIRS += srv/hid/console138 endif139 140 137 ifeq ($(UARCH),amd64) 141 138 DIRS += \ … … 182 179 lib/drv \ 183 180 lib/packet \ 181 lib/imgmap \ 184 182 lib/net \ 185 183 lib/ext2 \
Note:
See TracChangeset
for help on using the changeset viewer.