kernel: Don't error on use of KERNEL_HEADERS_INSTALL_DIR
- Many of the CAF modules still use this, we stick to this for now. Change-Id: I68ac5628e22840569eae967f4a98a7b76bf9753a
This commit is contained in:
parent
6a2e1ae270
commit
ea9f5cf0dc
|
@ -387,11 +387,7 @@ $(KERNEL_HEADERS_INSTALL_DEPS):
|
|||
.PHONY: INSTALLED_KERNEL_HEADERS
|
||||
INSTALLED_KERNEL_HEADERS: $(KERNEL_HEADERS_INSTALL_DEPS)
|
||||
|
||||
# Dependencies on $(KERNEL_OUT)/usr are deprecated
|
||||
$(KERNEL_HEADERS_INSTALL_DIR): $(KERNEL_HEADERS_INSTALL_DEPS)
|
||||
@echo "Depending on $(KERNEL_HEADERS_INSTALL_DIR) is deprecated." 1>&2
|
||||
@echo "Use INSTALLED_KERNEL_HEADERS instead." 1>&2
|
||||
@exit 1
|
||||
|
||||
.PHONY: kerneltags
|
||||
kerneltags: $(KERNEL_CONFIG)
|
||||
|
|
Loading…
Reference in New Issue