Skip to content

Commit

Permalink
Remove leftovers from ssh-agent/signer
Browse files Browse the repository at this point in the history
  • Loading branch information
mchack-work authored and dehanj committed Aug 9, 2023
1 parent 3cb88f5 commit 781727f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ CFLAGS = -target riscv32-unknown-none-elf -march=rv32iczmmul -mabi=ilp32 -mcmode
-Wall -Werror=implicit-function-declaration \
-I $(INCLUDE) -I . \
-DNODEBUG
ifneq ($(TKEY_SIGNER_APP_NO_TOUCH),)
CFLAGS := $(CFLAGS) -DTKEY_SIGNER_APP_NO_TOUCH
endif

AS = clang
ASFLAGS = -target riscv32-unknown-none-elf -march=rv32iczmmul -mabi=ilp32 -mcmodel=medany -mno-relax
Expand Down

0 comments on commit 781727f

Please sign in to comment.