##// END OF EJS Templates
Huge cleanup, removed "out of dir building" now libuc contains qmake and...
Huge cleanup, removed "out of dir building" now libuc contains qmake and spec files. Libuc uses now qmake's prl file for dependecy propagation.

File last commit:

r71:608b7f0e27c2 dev_alexis
r71:608b7f0e27c2 dev_alexis
Show More
cpu.pro
31 lines | 522 B | text/idl | PrologLexer
Huge cleanup, removed "out of dir building" now libuc contains qmake and...
r71 TEMPLATE = lib
CONFIG += libuc2lib
include(CMSIS/CMSIS.pri)
include(USB/USB.pri)
include(STM32F4xx_StdPeriph_Driver/STM32F4xx_StdPeriph_Driver.pri)
UCMODEL=stm32f4
FILESTOCOPY.files = cpu.pri stm32_flash.ld stm32f42_flash.ld startup.s cpuinit.c fs.c syscalls.c
FILESTOCOPY.path = $$[QT_INSTALL_PREFIX]/mkspecs/features/$$UCMODEL
INCLUDEPATH += \
STM32F4xx_StdPeriph_Driver/inc \
CMSIS/Include
SOURCES += cpu.c
OTHER_FILES += cpu.pri stm32_flash.ld stm32f42_flash.ld startup.s cpuinit.c fs.c syscalls.c