From 9f68890801a0edd29fceffdf7067bf0df9788c43 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Thu, 7 Oct 2004 08:35:09 +0000 Subject: Removed the ENABLEDPLUGINS check git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5206 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/Makefile | 5 ----- 1 file changed, 5 deletions(-) (limited to 'apps') 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 $@" -- cgit v1.2.3