Makefile fixes for bad max2837_set_lpf_bandwidth references

This commit is contained in:
Michael Ossmann
2012-11-05 08:43:07 -07:00
parent 2bd20b768e
commit 190d8fb8e7
4 changed files with 8 additions and 4 deletions

View File

@ -25,6 +25,7 @@ BINARY = blinky
SRC = $(BINARY).c \
../common/hackrf_core.c \
../common/si5351c.c
../common/si5351c.c \
../common/max2837.c
include ../common/Makefile_inc.mk

View File

@ -4,6 +4,7 @@ BINARY = startup
SRC = $(BINARY).c \
../common/hackrf_core.c \
../common/si5351c.c
../common/si5351c.c \
../common/max2837.c
include ../common/Makefile_inc.mk

View File

@ -4,6 +4,7 @@ BINARY = startup_systick
SRC = $(BINARY).c \
../common/hackrf_core.c \
../common/si5351c.c
../common/si5351c.c \
../common/max2837.c
include ../common/Makefile_inc.mk

View File

@ -5,6 +5,7 @@ BINARY = startup_systick_perfo_SPIFI
SRC = startup_systick.c \
perf_mips.c \
../common/hackrf_core.c \
../common/si5351c.c
../common/si5351c.c \
../common/max2837.c
include ../common/Makefile_inc.mk