2014-01-31 06:38:21 +01:00
|
|
|
romstage-$(CONFIG_CONSOLE_NE2K) += ne2k.c
|
|
|
|
ramstage-$(CONFIG_CONSOLE_NE2K) += ne2k.c
|
2016-05-20 18:24:19 +02:00
|
|
|
ramstage-$(CONFIG_REALTEK_8168_RESET) += r8168.c
|
2017-01-10 15:44:47 +01:00
|
|
|
|
|
|
|
ifneq ($(CONFIG_REALTEK_8168_MACADDRESS),"")
|
|
|
|
$(obj)/rt8168-macaddress: $(DOTCONFIG)
|
|
|
|
echo " Creating a file holding the rt8168 macaddress"
|
|
|
|
printf %s $(CONFIG_REALTEK_8168_MACADDRESS) > $@
|
|
|
|
|
|
|
|
cbfs-files-$(CONFIG_REALTEK_8168_RESET) += rt8168-macaddress
|
|
|
|
rt8168-macaddress-file := $(obj)/rt8168-macaddress
|
|
|
|
rt8168-macaddress-type := raw
|
|
|
|
endif
|