|
@@ -23,7 +23,8 @@ SELFTESTS_DEPENDENCIES = \
|
|
|
|
|
|
SELFTESTS_MAKE_FLAGS = \
|
|
SELFTESTS_MAKE_FLAGS = \
|
|
$(LINUX_MAKE_FLAGS) \
|
|
$(LINUX_MAKE_FLAGS) \
|
|
- ARCH=$(SELFTESTS_ARCH)
|
|
|
|
|
|
+ ARCH=$(SELFTESTS_ARCH) \
|
|
|
|
+ KHDR_DIR=$(LINUX_DIR)/usr/include
|
|
|
|
|
|
# O must be redefined here to overwrite the one used by Buildroot for
|
|
# O must be redefined here to overwrite the one used by Buildroot for
|
|
# out of tree build. We build the selftests in $(LINUX_DIR)/tools/selftests and
|
|
# out of tree build. We build the selftests in $(LINUX_DIR)/tools/selftests and
|