projects
/
platform
/
kernel
/
linux-tizen-modules.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
becc700
)
Makefile: support cross compile
author
Seung-Woo Kim
<sw0312.kim@samsung.com>
Fri, 15 Jan 2021 03:05:07 +0000
(12:05 +0900)
committer
Seung-Woo Kim
<sw0312.kim@samsung.com>
Fri, 15 Jan 2021 03:05:07 +0000
(12:05 +0900)
For local build, support cross compile.
Change-Id: I04c850e246e12b6816da25743ac2e2274adbe1af
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
kernel/Makefile
patch
|
blob
|
history
diff --git
a/kernel/Makefile
b/kernel/Makefile
index a4bdc228e23f6c1802c8d51b26dbddb3883ff020..dc4784bbf2614da7cc13025e313fad49eddc96e5 100644
(file)
--- a/
kernel/Makefile
+++ b/
kernel/Makefile
@@
-1,5
+1,5
@@
PWD := $(shell pwd)
-LD = ld
+LD =
${CROSS_COMPILE}
ld
obj-m += proc-tsm.o
proc-tsm_SOURCES = proc-tsm.c