22 lines
523 B
Makefile
22 lines
523 B
Makefile
##############################################################################
|
|
# Project options
|
|
#
|
|
|
|
CFG := CFG7
|
|
CHIBIOS = ../../../../..
|
|
|
|
#
|
|
# Project options
|
|
##############################################################################
|
|
|
|
##############################################################################
|
|
# Common options
|
|
#
|
|
|
|
include $(CHIBIOS)/test/rt/variant/cfg.mk
|
|
include $(CHIBIOS)/test/rt/variant/common.mk
|
|
|
|
#
|
|
# Common options
|
|
##############################################################################
|