blob: b4f1c4a2a5ce261356ef9d007122e8fc91a2465d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
#
# NOTE:
# Suites with makefiles are run first. We want a_SUITE to be run first;
# therefore, keep this makefile even if it should be empty.
#
all: timer_driver@dll@
@SHLIB_RULES@
|