11 lines
218 B
Makefile
11 lines
218 B
Makefile
# Hey Emacs, this is a -*- makefile -*-
|
|
|
|
BINARY = sgpio_passthrough
|
|
|
|
SRC = $(BINARY).c \
|
|
../common/hackrf_core.c \
|
|
../common/si5351c.c
|
|
|
|
LDSCRIPT = ../common/LPC4330_M4_rom_to_ram.ld
|
|
include ../common/Makefile_inc.mk
|