Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Zalatov committed Sep 30, 2018
1 parent 53f5fab commit b7e581f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions 25volt/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ BINARIES:= \
usb_ups_apc_smart \
usb_ups_powercom_wow

define Build/Prepare
$(INSTALL_DIR) $(PKG_BUILD_DIR)
$(INSTALL_DATA) ./src/* $(PKG_BUILD_DIR)/
endef

define Build/Compile
for bin in $(BINARIES); \
do \
Expand Down

0 comments on commit b7e581f

Please sign in to comment.