15 lines
360 B
Makefile
Executable File
Vendored
15 lines
360 B
Makefile
Executable File
Vendored
#
|
|
# Makefile for MStar IO Power device drivers.
|
|
#
|
|
CONFIG_SSTAR_CHIP_NAME := $(subst ",,$(CONFIG_SSTAR_CHIP_NAME))
|
|
# general options
|
|
EXTRA_CFLAGS += -Idrivers/sstar/include
|
|
EXTRA_CFLAGS += -Idrivers/sstar/include/$(CONFIG_SSTAR_CHIP_NAME)
|
|
|
|
# specific options
|
|
EXTRA_CFLAGS += -DMSOS_TYPE_LINUX
|
|
|
|
# files
|
|
obj-$(CONFIG_MS_GPIO) += mdrv_iopower.o
|
|
|