blob: c783029ca6ce6747f9bd8f7cebeaa28b914ec876 [file] [log] [blame]
#
# Makefile for nanohub
#
obj-$(CONFIG_NANOHUB) += nanohub.o
nanohub-y := main.o comms.o
nanohub-$(CONFIG_NANOHUB_SPI) += spi.o
nanohub-$(CONFIG_NANOHUB_BL_NXP) += bl_nxp.o
nanohub-$(CONFIG_NANOHUB_BL_ST) += bl_st.o
nanohub-$(CONFIG_NANOHUB_DISPLAY) += display.o