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