1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-14 04:54:15 +01:00
2013-03-24 13:04:05 +02:00

10 lines
224 B
Makefile

#
# Rules to add RSCODE to a PiOS target
#
RSCODE_DIR := $(dir $(lastword $(MAKEFILE_LIST)))
RSCODE_SRC := berlekamp.c crcgen.c galois.c rs.c
SRC += $(addprefix $(RSCODE_DIR)/,$(RSCODE_SRC))
EXTRAINCDIRS += $(RSCODE_DIR)