From 237d432437b9dc25ef0eca31177df81deee54e4c Mon Sep 17 00:00:00 2001 From: Richard Meadows Date: Mon, 15 Jun 2015 11:31:07 +0100 Subject: [PATCH] Don't need a sintable any more --- firmware/Makefile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/firmware/Makefile b/firmware/Makefile index a334536..2dd0e5b 100644 --- a/firmware/Makefile +++ b/firmware/Makefile @@ -154,11 +154,6 @@ TAGFILES = $(SOURCES) $(shell $(CAT) $(OBJECTS:.o=.d) \ # all: $(TARGET).elf etags -# Rule for generating sintable -sintable: - @$(ECHO) 'Generating ax25 lookup table...' - python tools/ax25_lookup/ax25_lookup.py > inc/ax25_sintable.h - # Rule for generating object and dependancy files from source files. # # Creates a directory in the output tree if nessesary. File is only