mirror of
https://github.com/n5ac/smartsdr-dsp.git
synced 2026-04-21 06:03:49 +00:00
Reverted Ed's 'reliable_sync' changes, modified scaling multipliers.
This commit is contained in:
parent
6ea7395b35
commit
36d0dedbd8
7 changed files with 9 additions and 9 deletions
|
|
@ -30,7 +30,7 @@ all: freedv
|
|||
freedv: $(OBJS) $(USER_OBJS)
|
||||
@echo 'Building target: $@'
|
||||
@echo 'Invoking: GCC C Linker'
|
||||
arm-linux-gnueabihf-gcc -o "freedv" $(OBJS) $(USER_OBJS) $(LIBS)
|
||||
arm-linux-gnueabihf-gcc -static -o "freedv" $(OBJS) $(USER_OBJS) $(LIBS)
|
||||
@echo 'Finished building target: $@'
|
||||
@echo ' '
|
||||
$(MAKE) --no-print-directory post-build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue