mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-07 05:35:02 -05:00
grrr... now it should compile all files $(PACKAGE)-*.c found in the directory $(PACKAGE)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@117 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
3b2ee8cf5a
commit
8a42139091
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ HEADERS = $(PACKAGE).h \
|
|||
inlines.h \
|
||||
functions.h
|
||||
|
||||
SOURCES = $(PACKAGE).c
|
||||
SOURCES = $(wildcard $(PACKAGE)-$.c)
|
||||
|
||||
OBJECTS = $(SOURCES:.c=.o)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue