VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
author: samin <samin.guo@starfivetech.com> 2022-05-23 18:24:31 +0800 committer: samin <samin.guo@starfivetech.com> 2022-05-23 19:35:25 +0800 commit: 324857ceca0dbc4fe84a5b558246bae3efa19b75 parent: 35eb9e47beef06c7ceb1461e63b2d2075db567de
Commit Summary:
Makefile: remove HWBOARD_FLAG.
Diffstat:
1 file changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
old mode 100755
new mode 100644
index 3ff0345dd844..ed6e7ec60eff
--- a/Makefile
+++ b/Makefile
@@ -545,8 +545,6 @@ 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