Makefile: Add Board Type Definition with MODULE
authorxingyu.wu <xingyu.wu@starfivetech.com>
Thu, 21 Apr 2022 07:41:41 +0000 (15:41 +0800)
committerxingyu.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

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