You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
353 B
14 lines
353 B
#
|
|
# Makefile for the huanglong hleth device drivers.
|
|
#
|
|
ccflags-y += -I$(srctree)/drivers/drv/ioctl_inc/generic/
|
|
ccflags-y += -I$(srctree)/drivers/drv/ext_inc/dftevent/
|
|
|
|
KBUILD_CFLAGS += -Werror
|
|
ifeq ($(CONFIG_SOCT_DRV_BUILD_KO),y)
|
|
obj-m += hl_eth.o
|
|
else
|
|
obj-$(CONFIG_FEMAC) += hl_eth.o
|
|
endif
|
|
hl_eth-objs := mdio.o hleth.o phy.o autoeee.o hleth_fmea.o
|