You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
560 B
12 lines
560 B
################################################################################
|
|
#
|
|
# neutrino-plugin
|
|
#
|
|
################################################################################
|
|
|
|
# To build single plugins from neutrino-plugins repository call
|
|
# make neutrino-plugin-<subdir>; e.g. make neutrino-plugin-tuxwetter
|
|
|
|
neutrino-plugin-%: $(NEUTRINO_PLUGINS_BUILD_DIR)/config.status
|
|
$(MAKE) -C $(NEUTRINO_PLUGINS_BUILD_DIR)/$(subst neutrino-plugin-,,$(@))
|
|
$(MAKE) -C $(NEUTRINO_PLUGINS_BUILD_DIR)/$(subst neutrino-plugin-,,$(@)) install DESTDIR=$(TARGET_DIR)
|
|
|