mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-01-28 01:47:19 +01:00
libeasy: allow to build locally
This commit is contained in:
parent
555babf34c
commit
3eedd0dd23
1 changed files with 6 additions and 0 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue