diff options
Diffstat (limited to 'apps')
-rw-r--r-- | apps/plugins/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/apps/plugins/Makefile b/apps/plugins/Makefile index 5071f07668..55068f08d0 100644 --- a/apps/plugins/Makefile +++ b/apps/plugins/Makefile @@ -28,12 +28,7 @@ ELFS := $(SRC:%.c=$(OBJDIR)/%.elf) OBJS := $(SRC:%.c=$(OBJDIR)/%.o) DIRS = . -ifdef ENABLEDPLUGINS all: $(OBJDIR)/libplugin.a $(ROCKS) $(DEPFILE) -else -all: - @echo "no plugin support yet" -endif $(OBJDIR)/%.elf: $(OBJDIR)/%.o $(LINKFILE) $(OBJDIR)/libplugin.a $(DEPFILE) @echo "LD $@" |