Home
last modified time | relevance | path

Searched refs:CC (Results 1 – 5 of 5) sorted by relevance

/device/linaro/hikey/wpan/uim/
DMakefile9 CC ?= "gcc" macro
31 $(Q)$(CC) $(CFLAGS) -c -o $@ $<
35 $(Q)$(CC) $(LDFLAGS) $(OBJS) $(LIBS) -o uim
38 $(Q)$(MAKE) all CC="REAL_CC=$(CC) CHECK=\"sparse -Wall\" cgcc"
/device/google/contexthub/util/nanoapp_postprocess/
DMakefile19 CC ?= gcc macro
23 $(CC) $(CC_FLAGS) -o $(APP) -O2 $(SRC) -lelf
/device/google/contexthub/util/nanoapp_encr/
DMakefile19 CC ?= gcc macro
23 $(CC) $(CC_FLAGS) -o $(APP) -std=c99 -O2 $(SRC) \
/device/google/contexthub/util/nanoapp_sign/
DMakefile19 CC ?= gcc macro
23 $(CC) $(CC_FLAGS) -o $(APP) -O2 $(SRC) \
/device/linaro/hikey/l-loader/
DMakefile2 CC=$(CROSS_COMPILE)gcc macro
12 $(CC) $(CFLAGS) -c -o $@ $<