summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2018-08-05 12:17:19 +0800
committerKeith Packard <keithp@keithp.com>2018-10-13 08:21:58 -0700
commit56629222711ba3ef7853405c9b07ad614fb29b95 (patch)
treedcd25b54f45a09a60f3bb1320c66e9780771a704 /src/Makefile
parent382b3ef62a09e580834b07faf9ed2d00e5ce1621 (diff)
altos: Remove cc1111 products
We're not testing these anyways; building new firmware for them is not helpful. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile19
1 files changed, 1 insertions, 18 deletions
diff --git a/src/Makefile b/src/Makefile
index a1ff84c2..3e00d70c 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -16,14 +16,6 @@ include Version
TOPDIR=.
include Makedefs
-SDCCDIRS=\
- telemetrum-v1.2 telemetrum-v1.1 telemetrum-v1.0 \
- teledongle-v0.2 \
- telemini-v1.0 \
- telebt-v1.0 \
- telefire-v0.1 telefire-v0.2 \
- telerepeat-v1.0
-
ARMM3DIRS=\
easymega-v1.0 easymega-v1.0/flash-loader \
telemega-v0.1 telemega-v0.1/flash-loader \
@@ -59,15 +51,6 @@ AVRDIRS=\
SUBDIRS=
-ifeq ($(strip $(HAVE_PDCLIB)),yes)
-PDCLIB=pdclib
-CLEAN_PDCLIB=clean-pdclib
-endif
-
-ifeq ($(strip $(HAVE_SDCC)),yes)
-SUBDIRS+=$(SDCCDIRS)
-endif
-
ifeq ($(strip $(HAVE_ARM_M3_CC)),yes)
SUBDIRS+=$(ARMM3DIRS)
foo=bar
@@ -82,7 +65,7 @@ ifeq ($(strip $(HAVE_AVR_CC)),yes)
SUBDIRS += $(AVRDIRS)
endif
-ALLDIRS=$(SDCCDIRS) $(ARMM3DIRS) $(ARMM0DIRS) $(AVRDIRS)
+ALLDIRS=$(ARMM3DIRS) $(ARMM0DIRS) $(AVRDIRS)
all: all-local all-recursive