]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/pdk.git/blob - packages/ti/drv/gpmc/build/makefile_indp.mk
gpmc-lld: add to PDK
[processor-sdk/pdk.git] / packages / ti / drv / gpmc / build / makefile_indp.mk
1 #
2 # This file is the makefile for building GPMC RTOS library.
3 #
4 #   Copyright (c) Texas Instruments Incorporated 2016
5 #
6 include $(PDK_INSTALL_PATH)/ti/build/Rules.make
7 include $(PDK_GPMC_COMP_PATH)/src/src_files_common.mk
9 MODULE_NAME = gpmc_indp
11 # List all the external components/interfaces, whose interface header files
12 #  need to be included for this component
13 INCLUDE_EXTERNAL_INTERFACES = pdk edma
15 CFLAGS_LOCAL_COMMON = $(PDK_CFLAGS)
17 # Include common make files
18 ifeq ($(MAKERULEDIR), )
19 #Makerule path not defined, define this and assume relative path from ROOTDIR
20   MAKERULEDIR := $(ROOTDIR)/ti/build/makerules
21   export MAKERULEDIR
22 endif
23 include $(MAKERULEDIR)/common.mk
25 # OBJs and libraries are built by using rule defined in rules_<target>.mk
26 #     and need not be explicitly specified here
28 # Nothing beyond this point