Skip to content

Commit

Permalink
bluld: Do not include kernel headers into user space application
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
hauke authored and neheb committed Aug 16, 2022
1 parent 49b85f9 commit 7cef0bc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions utils/bluld/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7cef0bc

Please sign in to comment.