mirror of
https://github.com/greatscottgadgets/hackrf.git
synced 2026-03-03 05:55:18 +01:00
Fixed Makefile breakage in blinky and blinky_rom_to_ram.
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
|
||||
BINARY = blinky
|
||||
|
||||
SRC = $(BINARY).c
|
||||
SRC = $(BINARY).c \
|
||||
../common/hackrf_core.c \
|
||||
../common/si5351c.c
|
||||
|
||||
include ../common/Makefile_inc.mk
|
||||
|
||||
@@ -2,7 +2,9 @@
|
||||
|
||||
BINARY = blinky
|
||||
|
||||
SRC = $(BINARY).c
|
||||
SRC = $(BINARY).c \
|
||||
../common/hackrf_core.c \
|
||||
../common/si5351c.c
|
||||
|
||||
LDSCRIPT = ../common/LPC4330_M4_rom_to_ram.ld
|
||||
include ../common/Makefile_inc.mk
|
||||
|
||||
Reference in New Issue
Block a user