xref: /device/qemu/drivers/virtio/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /device/qemu/drivers/virtio/
1include $(LITEOSTOPDIR)/../../drivers/hdf_core/adapter/khdf/liteos/lite.mk
2MODULE_NAME := $(notdir $(shell pwd))
3LOCAL_INCLUDE := -I $(LITEOSTOPDIR)/../../third_party/lwip/src/include/ \
4                 -I $(LITEOSTOPDIR)/../../drivers/hdf_core/framework/include/ \
5                 -I $(LITEOSTOPDIR)/../../drivers/hdf_core/framework/model/input/driver/ \
6                 -I $(LITEOSTOPDIR)/../../drivers/hdf_core/framework/model/network/wifi/include/ \
7                 -I $(LITEOSTOPDIR)/../../drivers/hdf_core/framework/model/network/wifi/platform/include/ \
8                 -I $(LITEOSTOPDIR)/../../drivers/hdf_core/framework/model/network/wifi/core/components/eapol/ \
9                 -I $(LITEOSTOPDIR)/../../third_party/FreeBSD/sys/dev/evdev/
10LOCAL_SRCS := virtnet.c virtmmio.c virtgpu.c virtinput.c virtblock.c fakesdio.c
11LOCAL_CFLAGS += $(LOCAL_INCLUDE)
12
13ifdef LOSCFG_HW_RANDOM_ENABLE
14LOCAL_SRCS += virtrng.c
15endif
16
17include $(HDF_DRIVER)
18

Indexes created Thu Nov 07 10:32:03 CST 2024