Skip to content
Snippets Groups Projects
Commit b8135a5b authored by Alexandru Ardelean's avatar Alexandru Ardelean Committed by John Crispin
Browse files

network/config/swconfig: drop Build/Prepare rule in favor of default one

parent 8ecf7443
No related branches found
No related tags found
No related merge requests found
......@@ -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) \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment