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:
parent
f82c944912
commit
0c69a83253
1 changed files with 0 additions and 4 deletions
|
@ -19,10 +19,6 @@ ROCKS := $(ROCKS1)
|
|||
PLUGINLIB := $(BUILDDIR)/apps/plugins/libplugin.a
|
||||
PLUGINLIB_SRC = $(call preprocess, $(APPSDIR)/plugins/lib/SOURCES)
|
||||
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_OBJ:.S=.o)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue