projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1bd4921
)
Makefile: Add Board Type Definition with MODULE
author
xingyu.wu
<xingyu.wu@starfivetech.com>
Thu, 21 Apr 2022 07:41:41 +0000
(15:41 +0800)
committer
xingyu.wu
<xingyu.wu@starfivetech.com>
Thu, 21 Apr 2022 07:41:51 +0000
(15:41 +0800)
Signed-off-by: Xingyu Wu <xingyu.wu@starfivetech.com>
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
485a876
..
3ff0345
100755
(executable)
--- a/
Makefile
+++ b/
Makefile
@@
-546,6
+546,7
@@
export RCS_TAR_IGNORE := --exclude SCCS --exclude BitKeeper --exclude .svn \
# ===========================================================================
# Rules shared between *config targets and build targets
CFLAGS_KERNEL += -D$(HWBOARD_FLAG)
+CFLAGS_MODULE += -D$(HWBOARD_FLAG)
# Basic helpers built in scripts/basic/
PHONY += scripts_basic