mirror of https://github.com/OpenIPC/firmware.git
12 lines
347 B
Makefile
12 lines
347 B
Makefile
################################################################################
|
|
#
|
|
# majestic-plugins
|
|
#
|
|
################################################################################
|
|
|
|
define MAJESTIC_PLUGINS_BUILD_CMDS
|
|
$(MAKE) CC=$(TARGET_CC) TARGET=$(OPENIPC_SOC_VENDOR) -C $(BASE_DIR)/../majestic-plugins -B
|
|
endef
|
|
|
|
$(eval $(generic-package))
|