FreeCalypso > hg > fc-magnetite
view src/condat2/frame/config/cnf_ir.mak @ 701:35e7f9d0379f
targets: add TARGET_HAS_BUZZER to c11x, c139 and dsample
This new target config preprocessor symbol was introduced in Tourmaline
in connection with the new approach to playing buzzer melodies via PWT,
properly omitting the responsible code on targets where BU output
controls the vibrator instead. That code is not present in Magnetite
and we have no plans to backport it here, but target header files
should be kept consistent between the two trees, especially given
that we plan to support FC Venus target in Magnetite.
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sat, 26 Mar 2022 19:51:34 +0000 |
parents | 93999a60b835 |
children |
line wrap: on
line source
#----------------------------------------------------------------------------- # Project : # Modul : J:\g23m\condat\frame\config\cnf_ir.mak #----------------------------------------------------------------------------- # Copyright 2002 Texas Instruments Berlin, AG # All rights reserved. # # This file is confidential and a trade secret of Texas # Instruments Berlin, AG # The receipt of or possession of this file does not convey # any rights to reproduce or disclose its contents or to # manufacture, use, or sell anything it may describe, in # whole, or in part, without the specific written consent of # Texas Instruments Berlin, AG. #----------------------------------------------------------------------------- #| Purpose : #----------------------------------------------------------------------------- # # Setting Directory for Frame Objects # OBJ := $(L23_OBJ_DIR)/cnf_ir CNFSRC=$(CONDAT_DIR)/Frame/CONFIG IN2 =$(TI_DIR)/l1_std/hint CONFIG =$(COMFSRC)/ConfigPS INCCNF = -i$(GPF_DIR)/INC -i$(GPF_DIR)/INC/NUC -i$(GPF_DIR)/INC/NUC/ARM7 CFG_MOD = -dCONFIG_MODULE -dDATA_INT_RAM #EOTD settings ifeq ($(EOTD),1) COPT1 += -dFF_EOTD endif # necessary for gprscomp.c in order to not crash upon startup COPT1 += -dNU_DEBUG # # Additional Configuration settings # #BOARD=$(BOARD) CNFOBJ = $(OBJ)/gprscomp.$(OBJ_TAIL) # # compressed tracing # ifeq ($(CTRACE),1) COMPTRACE := CTRACE endif $(TOP_DIR)/$(CNF_IR_LIB) : $(OBJ) $(CNFOBJ) $(AR) r $(TOP_DIR)/$(CNF_IR_LIB) $(CNFOBJ) $(OBJ): mkdir $(subst /,$(SLASH),$(OBJ)) clean: $(REMOVE) $(subst /,$(SLASH),$(OBJ)) $(CNFOBJ): $(OBJ)/%.obj : $(CNFSRC)/%.c echo -D$(NCONFIG) > cmd echo -D$(COMPTRACE) >> cmd echo -D$(NTRACE) >> cmd echo -DBOARD=$(BOARD) >> cmd echo $(COPF) >> cmd echo $(COPT) >> cmd echo $(COPT1) >> cmd echo $(COTAR) >> cmd echo $(FDOPT) >> cmd echo $(INCCNF) >> cmd echo $(CFG_MOD) >> cmd echo $(INCDRV2) >> cmd echo -i$(CONFIG) >> cmd echo -i$(ICDG) >> cmd echo -i$(ICOM) >> cmd echo -i$(SRCCF) >> cmd echo -fr$(OBJ) >> cmd $(CC_PRE) $^ -@cmd $(CC_INT) $(addsuffix .pp,$(basename $^)) $(CC_COM) $(addsuffix .pp_,$(basename $^)) -@cmd