1
0
Fork 0
forked from len0rd/rockbox

Remove no longer used stuff.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20206 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jens Arnold 2009-03-05 07:40:10 +00:00
parent f82c944912
commit 0c69a83253

View file

@ -19,10 +19,6 @@ ROCKS := $(ROCKS1)
PLUGINLIB := $(BUILDDIR)/apps/plugins/libplugin.a PLUGINLIB := $(BUILDDIR)/apps/plugins/libplugin.a
PLUGINLIB_SRC = $(call preprocess, $(APPSDIR)/plugins/lib/SOURCES) PLUGINLIB_SRC = $(call preprocess, $(APPSDIR)/plugins/lib/SOURCES)
OTHER_SRC += $(PLUGINLIB_SRC) OTHER_SRC += $(PLUGINLIB_SRC)
# include gcc-support routines for linking first if in SOURCES
ifneq "$(findstring gcc-support.c,$(PLUGINLIB_SRC))" ""
GCCSUPPORT_OBJ := $(BUILDDIR)/apps/plugins/lib/gcc-support.o
endif
PLUGINLIB_OBJ := $(PLUGINLIB_SRC:.c=.o) PLUGINLIB_OBJ := $(PLUGINLIB_SRC:.c=.o)
PLUGINLIB_OBJ := $(PLUGINLIB_OBJ:.S=.o) PLUGINLIB_OBJ := $(PLUGINLIB_OBJ:.S=.o)