summaryrefslogtreecommitdiff
path: root/Makefile
blob: 9153e43999604d41616cf9e4275f719cae766fb3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# vim:syntax=make:
# -*- Mode: Makefile -*-

#WARNING COMPONENT_PATH is MANDATORY for Make.config and Make.rules
#-------------------------------
# Default Config
#-------------------------------
include $(MMROOT)/shared/makefiles/Make.config

################################################################################
# library

ifeq ($(DEBUG),1)
CPPFLAGS     += -DDEBUG
endif
LIBOBJ        = blt_b2r2
INSTALL_LIB   = libblt_hw.so
INSTALL_HEADER = blt_api.h
LIBNAME       = blt_hw

todo: solib
#-------------------------------
# Generic Rules
#-------------------------------
include $(MMROOT)/shared/makefiles/Make.rules