Skip to content

Commit 3d80d9c

Browse files
Vikram Sreenivasa BatchaliMichal Simek
Vikram Sreenivasa Batchali
authored and
Michal Simek
committed
linux-image_update: Fix build issue in yocto
The patch allows CC variable to be over-ridden by environment variables. Signed-off-by: Vikram Sreenivasa Batchali <[email protected]>
1 parent 89e52cf commit 3d80d9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55

66
CROSS_COMPILE ?= aarch64-linux-gnu-
7-
CC := $(CROSS_COMPILE)gcc
7+
CC ?= $(CROSS_COMPILE)gcc
88
EXEC := image_update
99
c_SOURCES := $(wildcard *.c)
1010
INCLUDES := $(wildcard *.h)

0 commit comments

Comments
 (0)