From cb3dfe55b5ed77ff1e43b86c11e7563ae48414ee Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Mon, 15 Aug 2022 16:56:14 +0200 Subject: [PATCH] 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 --- utils/bluld/Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/utils/bluld/Makefile b/utils/bluld/Makefile index 4d706984..7c1f900b 100644 --- a/utils/bluld/Makefile +++ b/utils/bluld/Makefile @@ -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