diff options
Diffstat (limited to 'target/device/x86/i686')
-rw-r--r-- | target/device/x86/i686/Makefile.in | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/target/device/x86/i686/Makefile.in b/target/device/x86/i686/Makefile.in index 99ef63b15..41d2bbc21 100644 --- a/target/device/x86/i686/Makefile.in +++ b/target/device/x86/i686/Makefile.in @@ -1,7 +1,5 @@ -BOARD_NAME=$(strip $(subst ",,$(BR2_BOARD_NAME))) -#")) -BOARD_PATH=$(strip $(subst ",,$(BR2_BOARD_PATH))) -#")) +BOARD_NAME=$(call qstrip,$(BR2_BOARD_NAME)) +BOARD_PATH=$(call qstrip,$(BR2_BOARD_PATH)) |