diff options
| author | Tejun Heo <tj@kernel.org> | 2026-09-08 07:02:33 -1000 |
|---|---|---|
| committer | Tejun Heo <tj@kernel.org> | 2026-09-08 07:02:33 -1000 |
| commit | 925967422ee3e90fcdba723f6c0d1b2a67311b8a (patch) | |
| tree | 24dde1ac909b795aeb2522d0ce5feb96e5f15f12 | |
| parent | 5d5b04dfa9b1fc034b4b86a9347fa83c8672d923 (diff) | |
| parent | f6365b34c577756c941a716528864307d883d9dd (diff) | |
| download | linux-next-925967422ee3e90fcdba723f6c0d1b2a67311b8a.tar.gz linux-next-925967422ee3e90fcdba723f6c0d1b2a67311b8a.zip | |
Merge branch 'for-7.4' into for-next
| -rw-r--r-- | tools/sched_ext/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/sched_ext/Makefile b/tools/sched_ext/Makefile index 21554f089692..70d2503b6b33 100644 --- a/tools/sched_ext/Makefile +++ b/tools/sched_ext/Makefile @@ -89,7 +89,7 @@ ifneq ($(wildcard $(GENHDR)),) GENFLAGS := -DHAVE_GENHDR endif -CFLAGS += -g -O2 -rdynamic -pthread -Wall -Werror $(GENFLAGS) \ +CFLAGS += -g -O2 -pthread -Wall -Werror $(GENFLAGS) \ -I$(INCLUDE_DIR) -I$(GENDIR) -I$(LIBDIR) \ -I$(TOOLSINCDIR) -I$(APIDIR) -I$(CURDIR)/include |
