diff --git a/libeasy/Makefile b/libeasy/Makefile index 7f07354b9..e27aab356 100644 --- a/libeasy/Makefile +++ b/libeasy/Makefile @@ -28,6 +28,12 @@ TARGET_CFLAGS += \ -I$(STAGING_DIR)/usr/include/openssl \ -I$(STAGING_DIR)/usr/include/libnl3 +ifeq ($(LOCAL_DEV),1) +define Build/Prepare + rsync -r --exclude=.* ~/git/libeasy/ $(PKG_BUILD_DIR)/ +endef +endif + MAKE_FLAGS += \ CFLAGS="$(TARGET_CFLAGS) -Wall"