- Timestamp:
- 2017-10-24T04:54:53Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 35ebd42
- Parents:
- 002fd5f
- Location:
- boot
- Files:
-
- 2 edited
-
Makefile.build (modified) (2 diffs)
-
Makefile.common (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
boot/Makefile.build
r002fd5f rb639d56 109 109 endif 110 110 111 depend: $(ARCH_INCLUDE) $(GENARCH_INCLUDE) $( COMMON_HEADER_ARCH) $(PRE_DEPEND)111 depend: $(ARCH_INCLUDE) $(GENARCH_INCLUDE) $(PRE_DEPEND) 112 112 113 113 $(COMPS).s: $(COMPS).zip … … 133 133 $(GENARCH_INCLUDE) $(GENARCH_INCLUDE)/%.h: genarch/include/ 134 134 ln -sfn ../../$< $@ 135 136 $(COMMON_HEADER_ARCH): $(COMMON_HEADER)137 ln -sfn ../../../$< $@ -
boot/Makefile.common
r002fd5f rb639d56 36 36 COMMON_MAKEFILE = $(ROOT_PATH)/Makefile.common 37 37 COMMON_HEADER = $(ROOT_PATH)/common.h 38 COMMON_HEADER_ARCH = arch/$(BARCH)/include/common.h39 38 40 39 CONFIG_MAKEFILE = $(ROOT_PATH)/Makefile.config
Note:
See TracChangeset
for help on using the changeset viewer.
