Blame view

Hardware/LUFA/Build/DMBS/Template/makefile 684 Bytes
ca85a266   gperson   le vrai commit, c...
1
  #
8b438d9c   root   Harmonisation ava...
2
3
  #            DMBS Build System
  #     Released into the public domain.
ca85a266   gperson   le vrai commit, c...
4
5
  #
  #  dean [at] fourwalledcubicle [dot] com
8b438d9c   root   Harmonisation ava...
6
  #        www.fourwalledcubicle.com
ca85a266   gperson   le vrai commit, c...
7
  #
ca85a266   gperson   le vrai commit, c...
8
9
10
  
  # Run "make help" for target help.
  
8b438d9c   root   Harmonisation ava...
11
  MCU          = atmega128
ca85a266   gperson   le vrai commit, c...
12
  ARCH         = AVR8
ca85a266   gperson   le vrai commit, c...
13
  F_CPU        = 8000000
ca85a266   gperson   le vrai commit, c...
14
  OPTIMIZATION = s
8b438d9c   root   Harmonisation ava...
15
16
17
  TARGET       = Template
  SRC          = $(TARGET).c
  CC_FLAGS     =
ca85a266   gperson   le vrai commit, c...
18
19
20
21
22
  LD_FLAGS     =
  
  # Default target
  all:
  
8b438d9c   root   Harmonisation ava...
23
24
  # Include DMBS build script makefiles
  DMBS_PATH   ?= ../DMBS
ca85a266   gperson   le vrai commit, c...
25
  include $(DMBS_PATH)/core.mk
8b438d9c   root   Harmonisation ava...
26
  include $(DMBS_PATH)/gcc.mk
ca85a266   gperson   le vrai commit, c...
27
28
29
  include $(DMBS_PATH)/cppcheck.mk
  include $(DMBS_PATH)/doxygen.mk
  include $(DMBS_PATH)/dfu.mk
ca85a266   gperson   le vrai commit, c...
30
31
32
  include $(DMBS_PATH)/hid.mk
  include $(DMBS_PATH)/avrdude.mk
  include $(DMBS_PATH)/atprogram.mk