From: samin Date: Mon, 23 May 2022 10:24:31 +0000 (+0800) Subject: Makefile: remove HWBOARD_FLAG. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=324857ceca0dbc4fe84a5b558246bae3efa19b75;p=platform%2Fkernel%2Flinux-starfive.git 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 --- diff --git a/Makefile b/Makefile old mode 100755 new mode 100644 index 3ff0345..ed6e7ec --- 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