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:
parent
49b85f9b50
commit
7cef0bca23
1 changed files with 0 additions and 3 deletions
|
@ -16,9 +16,6 @@ include $(INCLUDE_DIR)/package.mk
|
||||||
include $(INCLUDE_DIR)/nls.mk
|
include $(INCLUDE_DIR)/nls.mk
|
||||||
include $(INCLUDE_DIR)/kernel.mk
|
include $(INCLUDE_DIR)/kernel.mk
|
||||||
|
|
||||||
EXTRA_CXXFLAGS = -I$(LINUX_DIR)/include
|
|
||||||
EXTRA_CFLAGS = -I$(LINUX_DIR)/include
|
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/cmake.mk
|
include $(INCLUDE_DIR)/cmake.mk
|
||||||
|
|
||||||
define Package/bluld
|
define Package/bluld
|
||||||
|
|
Loading…
Reference in a new issue