diff options
author | Linus Nielsen Feltzing <linus@haxx.se> | 2004-10-07 08:35:09 +0000 |
---|---|---|
committer | Linus Nielsen Feltzing <linus@haxx.se> | 2004-10-07 08:35:09 +0000 |
commit | 9f68890801a0edd29fceffdf7067bf0df9788c43 (patch) | |
tree | e4a979ce00e6fa88bb7c161b0cd7a1536f708a40 /apps/plugins | |
parent | 5c437a355c23ab18439058e5e62b3727c5245e9c (diff) |
Removed the ENABLEDPLUGINS check
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5206 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins')
-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 $@" |