bluld: Do not include kernel headers into user space application
authorHauke Mehrtens <redacted>
Mon, 15 Aug 2022 14:56:14 +0000 (16:56 +0200)
committerRosen Penev <redacted>
Tue, 16 Aug 2022 20:12:16 +0000 (13:12 -0700)
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 <redacted>
utils/bluld/Makefile

index 4d706984d6118b99b5d9b1e1b8f7217fc4f4703d..7c1f900bde8750abe19e7122cd3ceb2ce3131b54 100644 (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
git clone https://git.99rst.org/PROJECT