Skip to content

Commit

Permalink
Build using make - correct out names
Browse files Browse the repository at this point in the history
  • Loading branch information
szszszsz committed May 15, 2020
1 parent 9e39871 commit 1700b47
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/libremkey-hotp-verification
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ modules-$(CONFIG_LIBREMKEY) += libremkey-hotp-verification

libremkey-hotp-verification_depends := libusb $(musl_dep)

libremkey-hotp-verification_version := 1b9b13253831a707ec1161a7124cd560bf0ed681
libremkey-hotp-verification_version := 809953b9b4bef97a4cffaa20d675bd7fe9d8da53
libremkey-hotp-verification_dir := libremkey-hotp-verification-$(libremkey-hotp-verification_version)
libremkey-hotp-verification_tar := nitrokey-hotp-verification-$(libremkey-hotp-verification_version).tar.gz
libremkey-hotp-verification_url := https://github.com/Nitrokey/nitrokey-hotp-verification/archive/$(libremkey-hotp-verification_version).tar.gz
libremkey-hotp-verification_hash := 74be70c98dc1dcbe47516229ce9d6eb6dceff55b147d66ec4fa5829e6b330db1
libremkey-hotp-verification_hash := 251e5cef74e4e45eeddc49e4a1da1e22d1de774cd32cb0451a9030579ae958ba

libremkey-hotp-verification_target := \
$(MAKE_JOBS) \
Expand All @@ -21,7 +21,7 @@ FLAGS=-fdebug-prefix-map=$PWD=heads -gno-record-gcc-switches -DNDEBUG -fno-guess
libremkey-hotp-verification_configure := \
INSTALL="$(INSTALL)" \
CROSS="$(CROSS)" \
$(CROSS_TOOLS) $(MAKE) && cp libremkey_hotp_verification $(INSTALL)
$(CROSS_TOOLS) $(MAKE) && $(MAKE) install INSTALL="$(INSTALL)"

libremkey-hotp-verification_depends += hidapi
modules-y += hidapi
Expand Down

0 comments on commit 1700b47

Please sign in to comment.