Changes in Makefile [421250e:6ec0acd] in mainline


Ignore:
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.