8 lines
144 B
Makefile
8 lines
144 B
Makefile
SRC_FILES := adapter_ethernet.c
|
|
|
|
ifeq ($(CONFIG_ADAPTER_HFA21_ETHERNET),y)
|
|
SRC_DIR += hfa21_ethernet
|
|
endif
|
|
|
|
include $(KERNEL_ROOT)/compiler.mk
|