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 1582130940
parent 2905dcb021
commit cb3dfe55b5

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