Searched refs:APP (Results 1 – 11 of 11) sorted by relevance
/device/google/contexthub/util/nanoapp_postprocess/ |
D | Makefile | 17 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/ |
D | Makefile | 17 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/ |
D | Makefile | 17 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/ |
D | app_executable.mk | 27 $(call for-each-variant,$(my_variants),APP,$(BUILD_NANOHUB_EXECUTABLE))
|
D | app_chre10_executable.mk | 43 $(call for-each-variant,$(my_variants),APP,$(BUILD_NANOHUB_EXECUTABLE))
|
D | app_chre11_executable.mk | 43 $(call for-each-variant,$(my_variants),APP,$(BUILD_NANOHUB_EXECUTABLE))
|
D | app_chre_executable.mk | 44 $(call for-each-variant,$(my_variants),APP,$(BUILD_NANOHUB_EXECUTABLE))
|
D | app_config.mk | 25 LOCAL_NANO_MODULE_TYPE := APP
|
D | nanohub_executable.mk | 37 ifeq ($(LOCAL_NANO_MODULE_TYPE),APP) 106 ifeq ($(LOCAL_NANO_MODULE_TYPE),APP)
|
D | config.mk | 21 NANO_ALL_TARGETS := APP BL OS
|
/device/google/contexthub/firmware/os/platform/native/ |
D | native.mk | 17 DELIVERABLES = $(APP).bin
|