mirror of
https://github.com/openwrt/openwrt.git
synced 2025-12-28 07:50:01 +04:00
package/swconfig: don't use kernel headers
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34679
This commit is contained in:
@@ -25,8 +25,6 @@ endef
|
||||
TARGET_CPPFLAGS := \
|
||||
-D_GNU_SOURCE \
|
||||
-I$(STAGING_DIR)/usr/include/libnl-tiny \
|
||||
-I$(LINUX_DIR)/include \
|
||||
-I$(LINUX_DIR)/arch/$(LINUX_KARCH)/include \
|
||||
-I$(PKG_BUILD_DIR) \
|
||||
$(TARGET_CPPFLAGS)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user