Revision f39a7138 modules/LightRing_1-0/Makefile

View differences:

modules/LightRing_1-0/Makefile
119 119
include ../../kernel/kernel.mk
120 120
CHIBIOS := $(AMIROOS_KERNEL)
121 121
AMIROOS = ../..
122
# Licensing files
123
include $(CHIBIOS)/os/license/license.mk
122 124
# Startup files
123 125
include $(CHIBIOS)/os/common/startup/ARMCMx/compilers/GCC/mk/startup_stm32f1xx.mk
124 126
# HAL-OSAL files
......
132 134
# Other files (optional).
133 135
include $(CHIBIOS)/test/lib/test.mk
134 136
include $(CHIBIOS)/test/rt/rt_test.mk
137
include $(CHIBIOS)/test/oslib/oslib_test.mk
135 138
# AMiRo-BLT files
136 139
include ../../bootloader/bootloader.mk
137 140
# AMiRo-LLD files
......
146 149

  
147 150
# C sources that can be compiled in ARM or THUMB mode depending on the global
148 151
# setting.
149
CSRC = $(STARTUPSRC) \
152
CSRC = $(LICSRC) \
153
       $(STARTUPSRC) \
150 154
       $(KERNSRC) \
151 155
       $(PORTSRC) \
152 156
       $(OSALSRC) \
......
196 200
          $(OSALASM) \
197 201
          $(APPSASMXSRC)
198 202

  
199
INCDIR = $(CHIBIOS)/os/license \
203
INCDIR = $(LICINC) \
200 204
         $(STARTUPINC) \
201 205
         $(KERNINC) \
202 206
         $(PORTINC) \

Also available in: Unified diff