Commit fb916b42f3963dd32ed3c514afcc575d9e19db93

Authored by Michal Marek
1 parent 5180d5f483

firmware: Use $(quote) in the Makefile

The literal " confuses syntax highlighting in vim.

Cc: David Woodhouse <dwmw2@infradead.org>
Acked-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: Michal Marek <mmarek@suse.cz>

Showing 1 changed file with 2 additions and 2 deletions Side-by-side Diff

... ... @@ -4,10 +4,10 @@
4 4  
5 5 # Create $(fwabs) from $(CONFIG_EXTRA_FIRMWARE_DIR) -- if it doesn't have a
6 6 # leading /, it's relative to $(srctree).
7   -fwdir := $(subst ",,$(CONFIG_EXTRA_FIRMWARE_DIR))
  7 +fwdir := $(subst $(quote),,$(CONFIG_EXTRA_FIRMWARE_DIR))
8 8 fwabs := $(addprefix $(srctree)/,$(filter-out /%,$(fwdir)))$(filter /%,$(fwdir))
9 9  
10   -fw-external-y := $(subst ",,$(CONFIG_EXTRA_FIRMWARE))
  10 +fw-external-y := $(subst $(quote),,$(CONFIG_EXTRA_FIRMWARE))
11 11  
12 12 # There are three cases to care about:
13 13 # 1. Building kernel with CONFIG_FIRMWARE_IN_KERNEL=y -- $(fw-shipped-y) should