gigaset_elements_bl26_opens.../src/opensource/Makefile

46 lines
633 B
Makefile

# File created by Gigaset Elements GmbH
# All rights reserved.
include ../config.mk
ifeq ($(OPENSOURCE),linux)
include linux.mk
endif
ifeq ($(OPENSOURCE),busybox)
include busybox.mk
endif
ifeq ($(OPENSOURCE),openssl)
include openssl.mk
endif
ifeq ($(OPENSOURCE),curl)
include curl.mk
endif
ifeq ($(OPENSOURCE),json-c)
include json-c.mk
endif
ifeq ($(OPENSOURCE),cunit)
include cunit.mk
endif
ifeq ($(OPENSOURCE),sqlite)
include sqlite.mk
endif
ifeq ($(OPENSOURCE),u-boot-env-tools)
include u-boot-env-tools.mk
endif
ifeq ($(OPENSOURCE),certs)
include certs.mk
endif
ifeq ($(OPENSOURCE),dmalloc)
include dmalloc.mk
endif