13 lines
298 B
Makefile
13 lines
298 B
Makefile
|
|
gb_PARTIALBUILD := T
|
|
|
|
ifeq ($(SOLARENV),)
|
|
ifeq ($(gb_Side),)
|
|
gb_Side:=host
|
|
endif
|
|
include $(dir $(realpath $(lastword $(MAKEFILE_LIST))))../../config_$(gb_Side).mk
|
|
endif
|
|
|
|
include $(SOLARENV)/gbuild/gbuild.mk
|
|
|
|
$(eval $(call gb_Module_make_global_targets,$(shell ls $(module_directory)/Module*.mk)))
|