Changeset 3e01316f in mainline for uspace/Makefile
- Timestamp:
- 2011-08-17T18:04:50Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0cf27ee
- Parents:
- e898296d (diff), e6165be (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
re898296d r3e01316f 69 69 app/mkbd \ 70 70 srv/clip \ 71 srv/ devmap\71 srv/loc \ 72 72 srv/devman \ 73 73 srv/loader \ … … 83 83 srv/fs/fat \ 84 84 srv/fs/tmpfs \ 85 srv/fs/ devfs \85 srv/fs/locfs \ 86 86 srv/fs/ext2fs \ 87 srv/hid/console \ 87 88 srv/hid/s3c24xx_ts \ 88 89 srv/hid/fb \ … … 125 126 # 126 127 127 ifneq ($(UARCH),abs32le)128 DIRS += srv/hid/console129 endif130 131 128 ifeq ($(UARCH),amd64) 132 129 DIRS += \ … … 173 170 lib/drv \ 174 171 lib/packet \ 172 lib/imgmap \ 175 173 lib/net \ 176 174 lib/ext2 \
Note:
See TracChangeset
for help on using the changeset viewer.