| Revision 1366,
548 bytes
checked in by philmoz, 20 months ago
(diff) |
|
Update for the CHDK makefiles - part 1.
The goal is to simplify the batch build process and remove the current (complex) method of defining which cameras/firmware versions are in the autobuild.
Split into parts in case anything breaks the autobuild server.
|
-
Property svn:eol-style set to
LF
|
| Line | |
|---|
| 1 | topdir=../../../../ |
|---|
| 2 | |
|---|
| 3 | //OBJS=boot.o stubs_min.o stubs_auto.o stubs_entry.o lib.o stubs_entry_2.o capt_seq.o movie_rec.o |
|---|
| 4 | OBJS=boot.o stubs_min.o stubs_auto.o stubs_entry.o lib.o stubs_entry_2.o capt_seq.o movie_rec.o mount.o |
|---|
| 5 | //OBJS=boot.o stubs_min.o stubs_auto.o stubs_entry.o lib.o stubs_entry_2.o capt_seq.o movie_rec.o mount.o debug.o |
|---|
| 6 | |
|---|
| 7 | //STUBS_AUTO_DEPS=boot.c capt_seq.c movie_rec.c |
|---|
| 8 | STUBS_AUTO_DEPS=boot.c capt_seq.c movie_rec.c mount.c |
|---|
| 9 | //STUBS_AUTO_DEPS=boot.c capt_seq.c movie_rec.c mount.c debug.c |
|---|
| 10 | |
|---|
| 11 | include $(topdir)platform/makefile_sub.inc |
|---|
Note: See
TracBrowser
for help on using the repository browser.