blob: 066c8e9f9e88b4ea6ab0f0e88300c9a7a6076fc7 [file] [log] [blame]
#
# This makefile template should be included by makefiles to
# build modules and uses the g++ compiler.
# See the file module.mk for more details.
#
BUILD_ARCH = $(ARCHITECTURE)
override CXX = arm-eabi-g++
SHARED_LINK = arm-eabi-g++
SHARED_LDFLAGS = -shared
SONAME_ARG = -nostdlib -Wl-soname,$(SONAME) -Wl,-shared,-Bsymbolic --no-undefined -Wl,--whole-archive
include $(MK)/module.mk