bluld: Do not include kernel headers into user space application

Remove the extra include for kernel headers from this user space
application. These extra includes are causing compile errors when
compiling with glibc. User space applications should not need such
headers.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
Hauke Mehrtens 2022-08-15 16:56:14 +02:00 committed by Rosen Penev
parent 49b85f9b50
commit 7cef0bca23
1 changed files with 0 additions and 3 deletions

View File

@ -16,9 +16,6 @@ include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/nls.mk
include $(INCLUDE_DIR)/kernel.mk
EXTRA_CXXFLAGS = -I$(LINUX_DIR)/include
EXTRA_CFLAGS = -I$(LINUX_DIR)/include
include $(INCLUDE_DIR)/cmake.mk
define Package/bluld