4 lines
127 B
Makefile
4 lines
127 B
Makefile
# SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
|
ccflags-y += -I$(src)/../../../base
|
|
obj-$(CONFIG_ROCKCHIP_MPP_OSAL) += mpp_osal.o
|