Project

General

Profile

Revision 419

colonet robot libs automatically make libwireless

View differences:

Makefile
323 323
ALL_CFLAGS = -mmcu=$(MCU) -I. $(CFLAGS) $(GENDEPFLAGS)
324 324
ALL_ASFLAGS = -mmcu=$(MCU) -I. -x assembler-with-cpp $(ASFLAGS)
325 325

  
326

  
327

  
328

  
329

  
330 326
# Default target.
331 327
all: begin gccversion sizebefore build sizeafter end
332 328

  
333
build: elf hex eep lss sym
329
../../lib/colonet_dragonfly/libcolonet_dragonfly.a: ../../lib/colonet_dragonfly/colonet_dragonfly.c ../../lib/colonet_dragonfly/colonet_dragonfly.h
330
	cd ../../lib/colonet_dragonfly; make
334 331

  
332
build: ../../lib/colonet_dragonfly/libcolonet_dragonfly.a elf hex eep lss sym
333

  
335 334
elf: $(TARGET).elf
336 335
hex: $(TARGET).hex
337 336
eep: $(TARGET).eep

Also available in: Unified diff