Changeset 09a0a8f0 in mainline
- Timestamp:
- 2012-03-15T17:47:00Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 324819c
- Parents:
- f4373200
- Files:
-
- 3 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/arm32/Makefile.inc
rf4373200 r09a0a8f0 61 61 endif 62 62 63 RD_DRVS += \ 64 infrastructure/rootamdm37x 65 63 66 SOURCES = \ 64 67 arch/$(BARCH)/src/asm.S \ -
uspace/Makefile
rf4373200 r09a0a8f0 173 173 endif 174 174 175 ifeq ($(UARCH),arm32) 176 DIRS += \ 177 drv/infrastructure/rootamdm37x 178 endif 179 175 180 ## System libraries 176 181 #
Note:
See TracChangeset
for help on using the changeset viewer.