We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b4daf5 commit 01658feCopy full SHA for 01658fe
arch/sh/Makefile
@@ -145,8 +145,7 @@ cpuincdir-y += cpu-common # Must be last
145
146
drivers-y += arch/sh/drivers/
147
148
-cflags-y += $(foreach d, $(cpuincdir-y), -I $(srctree)/arch/sh/include/$(d)) \
149
- $(foreach d, $(machdir-y), -I $(srctree)/arch/sh/include/$(d))
+cflags-y += $(addprefix -I $(srctree)/arch/sh/include/, $(cpuincdir-y) $(machdir-y))
150
151
KBUILD_CFLAGS += -pipe $(cflags-y)
152
KBUILD_CPPFLAGS += $(cflags-y)
0 commit comments