- Timestamp:
- 2010-12-05T12:59:48Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8fe3f832
- Parents:
- f5211ee (diff), 6ec0acd (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
-
Makefile
rf5211ee r01e7043 41 41 CONFIG_HEADER = config.h 42 42 43 ifeq ($(PROFILE),)44 PRESETS_FILE =45 else46 PRESETS_FILE = defaults/$(PROFILE)/Makefile.config47 endif48 49 43 .PHONY: all precheck cscope autotool config_auto config_default config distclean clean 50 44 … … 72 66 73 67 config_default: $(CONFIG_RULES) 74 $(CONFIG) $< default $(PR ESETS_FILE)68 $(CONFIG) $< default $(PROFILE) 75 69 76 70 config: $(CONFIG_RULES)
Note:
See TracChangeset
for help on using the changeset viewer.