128263Spst#
228263Spst# Copyright 2016, Data61
350472Speter# Commonwealth Scientific and Industrial Research Organisation (CSIRO)
428263Spst# ABN 41 687 119 230.
561981Sbrian#
628263Spst# This software may be distributed and modified according to the terms of
728320Spst# the BSD 2-Clause license. Note that NO WARRANTY is provided.
861981Sbrian# See "LICENSE_BSD2.txt" for details.
961981Sbrian#
1061981Sbrian# @TAG(D61_BSD)
1161981Sbrian#
1261981Sbrian
1361981Sbrian# Targets
1428263SpstTARGETS := libvterm.a
1561981Sbrian
1662273Sbrian# Source files required to build the target
1761981SbrianCFILES := $(patsubst $(SOURCE_DIR)/%,%,$(wildcard $(SOURCE_DIR)/src/*.c))
1865843SbrianCFILES += $(patsubst $(SOURCE_DIR)/%,%,$(wildcard $(SOURCE_DIR)/src/*/*.c))
1961981Sbrian
2065843Sbrian# Header files/directories this library provides
2165843SbrianHDRFILES := $(wildcard $(SOURCE_DIR)/include/*)
2265843Sbrian
2365843SbrianCFLAGS := -O2
2461981Sbrian
2561981Sbrianinclude $(SEL4_COMMON)/common.mk
2661981Sbrian