Changeset 571 for soft/giet_vm/Makefile
- Timestamp:
- May 18, 2015, 7:13:39 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/Makefile
r553 r571 10 10 # Parameters definition 11 11 ARCH ?= ../tsar-trunk-svn-2013/platforms/tsar_generic_iob 12 X_SIZE ?= 413 Y_SIZE ?= 412 X_SIZE ?= 1 13 Y_SIZE ?= 1 14 14 NB_PROCS ?= 4 15 NB_TTYS ?= 516 FBF_WIDTH ?= 12817 IOC_TYPE ?= HBA18 APP ?= classif15 NB_TTYS ?= 2 16 FBF_WIDTH ?= 256 17 IOC_TYPE ?= BDV 18 APP ?= transpose 19 19 20 20 … … 195 195 mcopy -o -i $(DISK_IMAGE) applications/transpose/images.raw ::/misc 196 196 mcopy -o -i $(DISK_IMAGE) applications/convol/philips_image.raw ::/misc 197 mcopy -o -i $(DISK_IMAGE) applications/display/lena.raw ::/misc 197 198 mcopy -o -i $(DISK_IMAGE) map.bin ::/ 198 199 ### Copy bootloader into sector 2 of disk image … … 384 385 ######################## 385 386 ### boot compilation 387 build/boot: 388 mkdir $@ 389 386 390 build/boot/boot.elf: $(BOOT_OBJS) \ 387 391 giet_boot/boot.ld \ 388 build/drivers/libdrivers.a 392 build/drivers/libdrivers.a | build/boot 389 393 $(LD) -o $@ -T giet_boot/boot.ld $(BOOT_OBJS) -Lbuild/drivers -ldrivers 390 394 $(DU) -D $@ > $@.txt
Note: See TracChangeset
for help on using the changeset viewer.