aboutsummaryrefslogtreecommitdiffstats
path: root/package/network
diff options
context:
space:
mode:
authorAlexandru Ardelean <ardeleanalex@gmail.com>2016-10-06 09:24:10 +0300
committerJohn Crispin <john@phrozen.org>2016-10-15 11:36:52 +0200
commitb8135a5b969cab98719895dabe7573e33dea4ca3 (patch)
tree4affc69fdc95d101a994400b51381e521e699793 /package/network
parent8ecf7443a42d96234bf1241ae3a8315057c8fa9e (diff)
downloadupstream-b8135a5b969cab98719895dabe7573e33dea4ca3.tar.gz
upstream-b8135a5b969cab98719895dabe7573e33dea4ca3.tar.bz2
upstream-b8135a5b969cab98719895dabe7573e33dea4ca3.zip
network/config/swconfig: drop Build/Prepare rule in favor of default one
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Diffstat (limited to 'package/network')
-rw-r--r--package/network/config/swconfig/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/package/network/config/swconfig/Makefile b/package/network/config/swconfig/Makefile
index f4ba3a9d69..d1c8fd7b5e 100644
--- a/package/network/config/swconfig/Makefile
+++ b/package/network/config/swconfig/Makefile
@@ -30,11 +30,6 @@ TARGET_CPPFLAGS := \
$(TARGET_CPPFLAGS) \
-I$(LINUX_DIR)/user_headers/include
-define Build/Prepare
- mkdir -p $(PKG_BUILD_DIR)
- $(CP) ./src/* $(PKG_BUILD_DIR)/
-endef
-
define Build/Compile
CFLAGS="$(TARGET_CPPFLAGS) $(TARGET_CFLAGS)" \
$(MAKE) -C $(PKG_BUILD_DIR) \