HomeSort by relevance Sort by last modified time
    Searched refs:board_config_mk (Results 1 - 3 of 3) sorted by null

  /development/scripts/
boardconfig_usage_analysis.py 101 for board_config_mk in board_config_mks:
102 for line in open(board_config_mk, encoding='latin1'):
114 variables[variable].add(board_config_mk[len(TOP) + 1:])
  /build/make/core/
envsetup.mk 244 board_config_mk := \ macro
250 ifeq ($(board_config_mk),)
253 ifneq ($(words $(board_config_mk)),1)
254 $(error Multiple board config files for TARGET_DEVICE $(TARGET_DEVICE): $(board_config_mk))
256 include $(board_config_mk)
258 $(error TARGET_ARCH not defined by board config: $(board_config_mk))
261 $(warning *** Unsupported option MALLOC_IMPL defined by board config: $(board_config_mk).)
264 TARGET_DEVICE_DIR := $(patsubst %/,%,$(dir $(board_config_mk)))
265 board_config_mk := macro
config.mk 289 $(error No TARGET_CPU_ABI defined by board config: $(board_config_mk))
    [all...]

Completed in 59 milliseconds