24 lines
1.2 KiB
Makefile
24 lines
1.2 KiB
Makefile
###############################################################################
|
|
# File Name : FblNvPattern_rules.mak
|
|
# Description: Rules makefile
|
|
#------------------------------------------------------------------------------
|
|
# COPYRIGHT
|
|
#------------------------------------------------------------------------------
|
|
# Copyright (c) 2025 by Vector Informatik GmbH. All rights reserved.
|
|
#------------------------------------------------------------------------------
|
|
# REVISION HISTORY
|
|
#------------------------------------------------------------------------------
|
|
# Version Date Author Description
|
|
#------------------------------------------------------------------------------
|
|
# 1.00.00 2025-04-25 virjjn Initial commit
|
|
#------------------------------------------------------------------------------
|
|
# TemplateVersion = 1.02
|
|
###############################################################################
|
|
|
|
# Component Files
|
|
CC_FILES_TO_BUILD += FblNvPattern$(BSW_SRC_DIR)\fbl_nvpattern.c
|
|
GENERATED_SOURCE_FILES += $(GENDATA_DIR)\..\Source\FblNvPattern_Callout_Stubs.c
|
|
|
|
# Library Settings
|
|
LIBRARIES_TO_BUILD += FblNvPattern
|
|
FblNvPattern_FILES += FblNvPattern$(BSW_SRC_DIR)\fbl_nvpattern.c
|