Changeset 25eec4e in mainline for uspace/Makefile
- Timestamp:
- 2013-04-19T18:38:18Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6d717a4
- Parents:
- a1e2df13 (diff), 289cb7dd (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
ra1e2df13 r25eec4e 40 40 app/devctl \ 41 41 app/edit \ 42 app/ext2info \43 42 app/getterm \ 44 43 app/init \ … … 95 94 srv/bd/sata_bd \ 96 95 srv/bd/file_bd \ 97 srv/bd/gxe_bd \98 96 srv/bd/rd \ 99 97 srv/bd/part/guid_part \ … … 106 104 srv/fs/mfs \ 107 105 srv/fs/locfs \ 108 srv/fs/ext2fs \109 106 srv/fs/ext4fs \ 110 107 srv/hid/compositor \ … … 195 192 endif 196 193 194 ifeq ($(UARCH),arm32) 195 DIRS += \ 196 drv/infrastructure/rootamdm37x \ 197 drv/fb/amdm37x_dispc 198 endif 199 197 200 ## System libraries 198 201 # … … 214 217 lib/net \ 215 218 lib/nic \ 216 lib/ext2 \217 219 lib/ext4 \ 218 220 lib/usb \
Note:
See TracChangeset
for help on using the changeset viewer.