Changeset 6ec0acd in mainline for Makefile


Ignore:
Timestamp:
2010-12-05T12:56:04Z (14 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
01e7043
Parents:
421250e
Message:

Fix two-level profiles.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r421250e r6ec0acd  
    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.