mirror of
https://git.code.sf.net/p/newrpl/sources
synced 2024-11-16 19:51:25 +01:00
15 lines
298 B
Prolog
15 lines
298 B
Prolog
|
#-------------------------------------------------
|
||
|
#
|
||
|
# Project created by QtCreator 2014-11-29T15:53:29
|
||
|
#
|
||
|
#-------------------------------------------------
|
||
|
include(newrpl-fw.pro)
|
||
|
|
||
|
TARGET = newrpl39.elf
|
||
|
|
||
|
DEFINES -= TARGET_50G
|
||
|
DEFINES += TARGET_39GS
|
||
|
|
||
|
HEADERS += \
|
||
|
firmware/include/target_39gs.h
|