Changeset 850235d in mainline for uspace/Makefile
- Timestamp:
- 2013-03-10T14:56:21Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 05bab88
- Parents:
- ea906c29 (diff), 2277e03 (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
rea906c29 r850235d 40 40 app/devctl \ 41 41 app/edit \ 42 app/ext2info \43 42 app/getterm \ 44 43 app/init \ … … 105 104 srv/fs/mfs \ 106 105 srv/fs/locfs \ 107 srv/fs/ext2fs \108 106 srv/fs/ext4fs \ 109 107 srv/hid/compositor \ … … 194 192 endif 195 193 194 ifeq ($(UARCH),arm32) 195 DIRS += \ 196 drv/infrastructure/rootamdm37x \ 197 drv/fb/amdm37x_dispc 198 endif 199 196 200 ## System libraries 197 201 # … … 213 217 lib/net \ 214 218 lib/nic \ 215 lib/ext2 \216 219 lib/ext4 \ 217 220 lib/usb \
Note:
See TracChangeset
for help on using the changeset viewer.