Changeset 1904
- Timestamp:
- 06/10/12 04:03:02 (11 months ago)
- File:
-
- 1 edited
-
trunk/Makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile
r1903 r1904 197 197 $(MAKE) -C tools PLATFORM=a720 PLATFORMSUB=100c clean all 198 198 199 # note assumes PLATFORMOS is always in same case! 200 os-camera-list-entry: 201 echo $(PLATFORM),$(PLATFORMSUB),$(subst _,,$(STATE)),$(COPY_TO), >> camera_list_$(PLATFORMOS).csv 202 199 203 # define targets to batch build all cameras & firmware versions 200 204 # list of cameras/firmware versions is in 'camera_list.csv' … … 219 223 rm -f $(topdir)bin/caminfo.txt > $(DEVNULL) 220 224 225 # note, this will not include cameras with SKIP_AUTOBUILD set 226 os-camera-lists: 227 echo 'CAMERA,FIRMWARE,BETA_STATUS,COPY_TO,SKIP_AUTOBUILD' > camera_list_dryos.csv 228 echo 'CAMERA,FIRMWARE,BETA_STATUS,COPY_TO,SKIP_AUTOBUILD' > camera_list_vxworks.csv 229 sh tools/auto_build.sh $(MAKE) os-camera-list-entry $(CAMERA_LIST) 230 221 231 # make sure each enabled firmware/sub has a PRIMARY.BIN 222 232 # Note this will not fail, just prints all the missing ones
Note: See TracChangeset
for help on using the changeset viewer.