Project

General

Profile

Revision 4032e635

ID4032e6352e4a19c4f0b151e222e708831d7c967e
Parent 0167b233
Child 16da2c8f

Added by Thomas Mullins over 10 years ago

Added assembly target to bom Makefile

View differences:

scout_avr/bom/Makefile
18 18
	avr-objcopy -j .text -j .data -O ihex $< $@
19 19

  
20 20
bom.elf: $(SRC) $(HDR)
21
	avr-g++ $(FLAGS) $(SRC) -o bom.elf
21
	avr-g++ $(FLAGS) $(SRC) -o $@
22

  
23
%.s: %.c
24
	avr-gcc $(FLAGS) -S $< -o $@
22 25

  
23 26
program: bom.hex
24 27
	avrdude -p $(PART) -c $(PROG) -P usb -B 5 -U flash:w:bom.hex

Also available in: Unified diff