Home
last modified time | relevance | path

Searched refs:APP (Results 1 – 11 of 11) sorted by relevance

/device/google/contexthub/util/nanoapp_postprocess/
DMakefile17 APP = nanoapp_postprocess macro
22 $(APP): $(SRC) Makefile
23 $(CC) $(CC_FLAGS) -o $(APP) -O2 $(SRC) -lelf
26 rm -f $(APP)
/device/google/contexthub/util/nanoapp_encr/
DMakefile17 APP = nanoapp_encr macro
22 $(APP): $(SRC) Makefile
23 $(CC) $(CC_FLAGS) -o $(APP) -std=c99 -O2 $(SRC) \
28 rm -f $(APP)
/device/google/contexthub/util/nanoapp_sign/
DMakefile17 APP = nanoapp_sign macro
22 $(APP): $(SRC) Makefile
23 $(CC) $(CC_FLAGS) -o $(APP) -O2 $(SRC) \
28 rm -f $(APP)
/device/google/contexthub/firmware/build/
Dapp_executable.mk27 $(call for-each-variant,$(my_variants),APP,$(BUILD_NANOHUB_EXECUTABLE))
Dapp_chre10_executable.mk43 $(call for-each-variant,$(my_variants),APP,$(BUILD_NANOHUB_EXECUTABLE))
Dapp_chre11_executable.mk43 $(call for-each-variant,$(my_variants),APP,$(BUILD_NANOHUB_EXECUTABLE))
Dapp_chre_executable.mk44 $(call for-each-variant,$(my_variants),APP,$(BUILD_NANOHUB_EXECUTABLE))
Dapp_config.mk25 LOCAL_NANO_MODULE_TYPE := APP
Dnanohub_executable.mk37 ifeq ($(LOCAL_NANO_MODULE_TYPE),APP)
106 ifeq ($(LOCAL_NANO_MODULE_TYPE),APP)
Dconfig.mk21 NANO_ALL_TARGETS := APP BL OS
/device/google/contexthub/firmware/os/platform/native/
Dnative.mk17 DELIVERABLES = $(APP).bin