hackrf/firmware/sgpio/Makefile

10 lines
160 B
Makefile

# Hey Emacs, this is a -*- makefile -*-
BINARY = sgpio
SRC = $(BINARY).c \
../common/hackrf_core.c \
../common/si5351c.c
include ../common/Makefile_inc.mk