10 lines
292 B
Makefile
10 lines
292 B
Makefile
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 |