From a3cbf8cd3fb643cfa36bc3d5a770da8117441b80 Mon Sep 17 00:00:00 2001 From: Stefan `Sec` Zehl Date: Mon, 19 Dec 2011 21:30:01 +0100 Subject: [PATCH] remove more old loadable stuff --- firmware/applications/Makefile | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/firmware/applications/Makefile b/firmware/applications/Makefile index a8d3138..7df00fe 100644 --- a/firmware/applications/Makefile +++ b/firmware/applications/Makefile @@ -50,21 +50,6 @@ endif all: $(LIBFILE) -ifeq "$(APP)" "loadable" -ifndef LAPP -LAPP=blinktest -endif -LSRC=../loadable/$(LAPP).c -LOBJ=loadable_$(LAPP).o - -.PHONY: $(LOBJ) - -$(LOBJ): - $(CC) $(CFLAGS) -o $@ $(LSRC) - -OBJS += $(LOBJ) -endif - ifeq "$(APP)" "l0dable" ifndef LAPP LAPP=blinktest