Changeset 01e7043 in mainline for Makefile


Ignore:
Timestamp:
2010-12-05T12:59:48Z (14 years ago)
Author:
Jiri Svoboda <jiri@…>
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.
Message:

Merge two-level profile fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    rf5211ee r01e7043  
    4141CONFIG_HEADER = config.h
    4242
    43 ifeq ($(PROFILE),)
    44         PRESETS_FILE =
    45 else
    46         PRESETS_FILE = defaults/$(PROFILE)/Makefile.config
    47 endif
    48 
    4943.PHONY: all precheck cscope autotool config_auto config_default config distclean clean
    5044
     
    7266
    7367config_default: $(CONFIG_RULES)
    74         $(CONFIG) $< default $(PRESETS_FILE)
     68        $(CONFIG) $< default $(PROFILE)
    7569
    7670config: $(CONFIG_RULES)
Note: See TracChangeset for help on using the changeset viewer.