Changeset 1200
- Timestamp:
- 06/05/11 10:38:45 (2 years ago)
- Location:
- trunk
- Files:
-
- 13 added
- 2 edited
-
Makefile (modified) (3 diffs)
-
makefile.inc (modified) (1 diff)
-
platform/sx30/sub/100n (added)
-
platform/sx30/sub/100n/Makefile (added)
-
platform/sx30/sub/100n/boot.c (added)
-
platform/sx30/sub/100n/capt_seq.c (added)
-
platform/sx30/sub/100n/lib.c (added)
-
platform/sx30/sub/100n/makefile.inc (added)
-
platform/sx30/sub/100n/movie_rec.c (added)
-
platform/sx30/sub/100n/stubs_asm.h (added)
-
platform/sx30/sub/100n/stubs_auto.S (added)
-
platform/sx30/sub/100n/stubs_entry.S (added)
-
platform/sx30/sub/100n/stubs_entry_2.S (added)
-
platform/sx30/sub/100n/stubs_entry_ida.S (added)
-
platform/sx30/sub/100n/stubs_min.S (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile
r1198 r1200 266 266 $(MAKE) -s --no-print-directory PLATFORM=sx30 PLATFORMSUB=100h NO_INC_BUILD=1 firzipsub 267 267 $(MAKE) -s --no-print-directory PLATFORM=sx30 PLATFORMSUB=100l NO_INC_BUILD=1 firzipsub 268 $(MAKE) -s --no-print-directory PLATFORM=sx30 PLATFORMSUB=100n NO_INC_BUILD=1 firzipsub 268 269 $(MAKE) -s --no-print-directory PLATFORM=s95 PLATFORMSUB=100e NO_INC_BUILD=1 firzipsub 269 270 $(MAKE) -s --no-print-directory PLATFORM=s95 PLATFORMSUB=100h NO_INC_BUILD=1 firzipsub … … 449 450 $(MAKE) -s --no-print-directory PLATFORM=sx30 PLATFORMSUB=100h NO_INC_BUILD=1 firzipsubcomplete 450 451 $(MAKE) -s --no-print-directory PLATFORM=sx30 PLATFORMSUB=100l NO_INC_BUILD=1 firzipsubcomplete 452 $(MAKE) -s --no-print-directory PLATFORM=sx30 PLATFORMSUB=100n NO_INC_BUILD=1 firzipsubcomplete 451 453 $(MAKE) -s --no-print-directory PLATFORM=s95 PLATFORMSUB=100e NO_INC_BUILD=1 firzipsubcomplete 452 454 $(MAKE) -s --no-print-directory PLATFORM=s95 PLATFORMSUB=100h NO_INC_BUILD=1 firzipsubcomplete … … 677 679 $(MAKE) -s --no-print-directory PLATFORM=sx30 PLATFORMSUB=100h NO_INC_BUILD=1 clean 678 680 $(MAKE) -s --no-print-directory PLATFORM=sx30 PLATFORMSUB=100l NO_INC_BUILD=1 clean 681 $(MAKE) -s --no-print-directory PLATFORM=sx30 PLATFORMSUB=100n NO_INC_BUILD=1 clean 679 682 $(MAKE) -s --no-print-directory PLATFORM=s95 PLATFORMSUB=100e NO_INC_BUILD=1 clean 680 683 $(MAKE) -s --no-print-directory PLATFORM=s95 PLATFORMSUB=100h NO_INC_BUILD=1 clean -
trunk/makefile.inc
r1198 r1200 304 304 #PLATFORM=sx30 305 305 #PLATFORMSUB=100l 306 307 #PLATFORM=sx30 308 #PLATFORMSUB=100n 306 309 307 310 #PLATFORM=g12
Note: See TracChangeset
for help on using the changeset viewer.