aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Build/DMBS/DMBS/core.mk
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2016-04-03 13:52:00 +1000
committerDean Camera <dean@fourwalledcubicle.com>2016-04-03 13:52:00 +1000
commit51d3adfe1869e4a45c8368bb00a485be052eecdb (patch)
treead32af0201cf63faec46f70e20d1c7016b92e026 /LUFA/Build/DMBS/DMBS/core.mk
parent3069b7d9d2a01f7f1e68722e722fa8e868154585 (diff)
downloadlufa-51d3adfe1869e4a45c8368bb00a485be052eecdb.tar.gz
lufa-51d3adfe1869e4a45c8368bb00a485be052eecdb.tar.bz2
lufa-51d3adfe1869e4a45c8368bb00a485be052eecdb.zip
Update to latest version of DMBS.
Diffstat (limited to 'LUFA/Build/DMBS/DMBS/core.mk')
-rw-r--r--LUFA/Build/DMBS/DMBS/core.mk41
1 files changed, 0 insertions, 41 deletions
diff --git a/LUFA/Build/DMBS/DMBS/core.mk b/LUFA/Build/DMBS/DMBS/core.mk
index bc85777a7..913731e69 100644
--- a/LUFA/Build/DMBS/DMBS/core.mk
+++ b/LUFA/Build/DMBS/DMBS/core.mk
@@ -13,55 +13,14 @@ DMBS_BUILD_OPTIONAL_VARS +=
DMBS_BUILD_PROVIDED_VARS += DMBS_VERSION
DMBS_BUILD_PROVIDED_MACROS +=
-# -----------------------------------------------------------------------------
-# DMBS Core Build System Makefile Module.
-# -----------------------------------------------------------------------------
-# DESCRIPTION:
-# Provides a set of core build targets for the DMBS build system
-# -----------------------------------------------------------------------------
-# TARGETS:
-#
-# help - Build system help
-# list_targets - List all build targets
-# list_modules - List all build modules
-# list_mandatory - List all mandatory make variables required by
-# the included build modules of the application
-# list_optional - List all optional make variables required by
-# the included build modules of the application
-# list_provided - List all provided make variables from the
-# included build modules of the application
-# list_macros - List all provided make macros from the
-# included build modules of the application
-#
-# MANDATORY PARAMETERS:
-#
-# (None)
-#
-# OPTIONAL PARAMETERS:
-#
-# (None)
-#
-# PROVIDED VARIABLES:
-#
-# DMBS_VERSION
-#
-# PROVIDED MACROS:
-#
-# (None)
-#
-# -----------------------------------------------------------------------------
-
SHELL = /bin/sh
-
# Current DMBS release version
DMBS_VERSION = 0.4
-
# Converts a given input to a printable output using "(None)" if no items are in the list
CONVERT_TO_PRINTABLE = $(if $(strip $(1)), $(1), (None))
-
# Build sorted and filtered lists of the included build module data
SORTED_DMBS_BUILD_MODULES = $(sort $(DMBS_BUILD_MODULES))
SORTED_DMBS_BUILD_TARGETS = $(sort $(DMBS_BUILD_TARGETS))