|
@@ -11,7 +11,7 @@ ifneq ($(obj-perf),)
|
|
obj-perf := $(abspath $(obj-perf))/
|
|
obj-perf := $(abspath $(obj-perf))/
|
|
endif
|
|
endif
|
|
|
|
|
|
-$(shell echo -n > $(OUTPUT).config-detected)
|
|
|
|
|
|
+$(shell printf "" > $(OUTPUT).config-detected)
|
|
detected = $(shell echo "$(1)=y" >> $(OUTPUT).config-detected)
|
|
detected = $(shell echo "$(1)=y" >> $(OUTPUT).config-detected)
|
|
detected_var = $(shell echo "$(1)=$($(1))" >> $(OUTPUT).config-detected)
|
|
detected_var = $(shell echo "$(1)=$($(1))" >> $(OUTPUT).config-detected)
|
|
|
|
|