mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-03-16 04:04:06 +00:00
Makefile: remove HWBOARD_FLAG.
Modifying the main Makefile is not standardized and must be restored. And it will cause an error when compiling the module driver. So remove them. Signed-off-by: samin <samin.guo@starfivetech.com>
This commit is contained in:
parent
35eb9e47be
commit
324857ceca
1 changed files with 0 additions and 2 deletions
2
Makefile
Executable file → Normal file
2
Makefile
Executable file → Normal file
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue