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

  /external/qemu/
Makefile 22 CONFIG_MAKE := $(OBJS_DIR)/config.make
25 ifeq ($(wildcard $(CONFIG_MAKE)),)
26 $(error "The configuration file '$(CONFIG_MAKE)' doesnt' exist, please run the "rebuilt.sh" script)
29 include $(CONFIG_MAKE)
69 rm -f $(CONFIG_MAKE) $(CONFIG_H)
  /external/qemu/distrib/sdl-1.2.12/
Makefile 21 CONFIG_MAKE := $(OBJS_DIR)/config.make
24 ifeq ($(wildcard $(CONFIG_MAKE)),)
25 $(error "The configuration file '$(CONFIG_MAKE)' doesnt' exist, please run the "android-configure.sh" script)
28 include $(CONFIG_MAKE)
67 rm -f $(CONFIG_MAKE) $(CONFIG_H)

Completed in 643 milliseconds