remove more old loadable stuff

This commit is contained in:
Stefan `Sec` Zehl 2011-12-19 21:30:01 +01:00
parent 2c06cc0eaa
commit a3cbf8cd3f
1 changed files with 0 additions and 15 deletions

View File

@ -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