source: trunk/platform/ixus900_sd900/sub/100c/Makefile @ 1366

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 
1topdir=../../../../
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
4OBJS=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
8STUBS_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
11include $(topdir)platform/makefile_sub.inc
Note: See TracBrowser for help on using the repository browser.