Revision be23de72 modules/DiWheelDrive_1-1/Makefile
| modules/DiWheelDrive_1-1/Makefile | ||
|---|---|---|
| 116 | 116 | 
    PROJECT := $(patsubst $(abspath $(dir $(abspath $(lastword $(MAKEFILE_LIST))))..)/%,%,$(abspath $(dir $(abspath $(lastword $(MAKEFILE_LIST))))))  | 
| 117 | 117 | 
     | 
| 118 | 118 | 
    # Imported source files and paths  | 
| 119 | 
    include ../../../kernel/kernel.mk
   | 
|
| 119 | 
    include ../../kernel/kernel.mk  | 
|
| 120 | 120 | 
    CHIBIOS := $(AMIROOS_KERNEL)  | 
| 121 | 
    AMIROOS = ../..  | 
|
| 121 | 
    AMIROOS = ../../os
   | 
|
| 122 | 122 | 
    # Startup files  | 
| 123 | 123 | 
    include $(CHIBIOS)/os/common/startup/ARMCMx/compilers/GCC/mk/startup_stm32f1xx.mk  | 
| 124 | 124 | 
    # HAL-OSAL files  | 
| ... | ... | |
| 134 | 134 | 
    # Other files (optional).  | 
| 135 | 135 | 
    include $(CHIBIOS)/test/rt/test.mk  | 
| 136 | 136 | 
    # AMiRo-BLT files  | 
| 137 | 
    include ../../../bootloader/bootloader.mk
   | 
|
| 137 | 
    include ../../bootloader/bootloader.mk  | 
|
| 138 | 138 | 
    # AMiRo-LLD files  | 
| 139 | 
    include ../../../periphery-lld/periphery-lld.mk
   | 
|
| 139 | 
    include ../../periphery-lld/periphery-lld.mk  | 
|
| 140 | 140 | 
    # AMiRo-OS files  | 
| 141 | 
    include $(AMIROOS)/modules/modules.mk
   | 
|
| 141 | 
    include ../modules.mk
   | 
|
| 142 | 142 | 
    include $(AMIROOS)/core/core.mk  | 
| 143 | 143 | 
    include $(AMIROOS)/unittests/unittests.mk  | 
| 144 | 144 | 
     | 
| ... | ... | |
| 300 | 300 | 
    RULESPATH = $(CHIBIOS)/os/common/startup/ARMCMx/compilers/GCC  | 
| 301 | 301 | 
    include $(RULESPATH)/rules.mk  | 
| 302 | 302 | 
     | 
| 303 | 
    include $(AMIROOS)/modules/flash.mk  | 
|
| 303 | 
    include ../flash.mk  | 
|
Also available in: Unified diff