10 lines
292 B
PHP
Raw Normal View History

2025-04-10 17:31:33 +08:00
CFLAGS += -DFEATURE_SUBSYS_OPENHAL_ENABLE \
-DFEATURE_OPENHAL_RTOS_ENABLE
ifeq ($(SUBSYS_OPENHAL_ETHERNET_ENABLE),y)
include $(TOP)/PLAT/subsys/openhal/dev/ethernet/Makefile.inc
endif
ifeq ($(SUBSYS_OPENHAL_MIFI_ENABLE),y)
include $(TOP)/PLAT/subsys/openhal/dev/mifi/Makefile.inc
endif