Makefile 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. # Do not edit! Automatically generated on Thu Feb 4 13:47:09 2016
  2. PROJ = libnutdev
  3. top_srcdir = ../../nut
  4. top_blddir = ../.././nutbld
  5. VPATH = $(top_srcdir)/dev
  6. SRCS = ihndlr.c usart.c chat.c term.c circbuff.c netbuf.c can_dev.c nvmem.c \
  7. reset.c watchdog.c sbbif0.c spibus_gpio.c spibus0gpio.c i2cbus0gpio.c \
  8. owibus0gpio.c owibus_uart.c owibus_uartif.c owibus_uart.c owibus0uart.c null.c \
  9. spi_mlcd.c spi_lcd_st7565r.c spi_vscodec.c spi_vscodec0.c dm9000.c null_ether.c \
  10. phy.c blockdev.c spi_at45d.c spi_at45d0.c spi_at45d1.c spi_at45d2.c \
  11. spi_at45d3.c spi_at45dib.c spi_flash_at45d.c spi_blkio_at45d.c spi_node_at45d.c \
  12. spi_at45d_info.c spi_mmc.c spi_mmc_gpio.c mmcard.c rtc.c ds1307rtc.c i2c_pcf85xx.c \
  13. spibus.c i2cbus.c owibus.c at24c.c eeprom.c sht21.c mma745x.c led.c keys.c \
  14. jtag_tap.c jtag_gpio0.c avrtarget.c nvmem_at45d.c at49bv.c sbi0mmc0.c sbi0mmc1.c \
  15. sbi1mmc0.c sbi1mmc1.c ppp_hdlc.c ppp.c spi_7seg.c
  16. OBJS = $(SRCS:.c=.o)
  17. include $(top_blddir)/NutConf.mk
  18. include $(top_srcdir)/Makedefs.avr-gcc
  19. INCFIRST=$(INCPRE)$(top_blddir)/include
  20. all: $(PROJ).a $(OBJS)
  21. install: $(PROJ).a
  22. $(CP) $(PROJ).a ../.././nutbld/lib/$(PROJ).a
  23. include $(top_srcdir)/Makerules.avr-gcc
  24. .PHONY: clean
  25. clean: cleancc cleanedit
  26. -rm -f $(PROJ).a