1 romstage-$(CONFIG_CONSOLE_NE2K) += ne2k.c
2 ramstage-$(CONFIG_CONSOLE_NE2K) += ne2k.c
3 ramstage-$(CONFIG_REALTEK_8168_RESET) += r8168.c
4 ramstage-$(CONFIG_ATHEROS_ATL1E_SETMAC) += atl1e.c
6 ifneq ($(CONFIG_REALTEK_8168_MACADDRESS),"")
7 $(obj)/rt8168-macaddress: $(DOTCONFIG)
8 echo " Creating a file holding the rt8168 macaddress"
9 printf %s $(CONFIG_REALTEK_8168_MACADDRESS) > $@
11 cbfs-files-$(CONFIG_REALTEK_8168_RESET) += rt8168-macaddress
12 rt8168-macaddress-file := $(obj)/rt8168-macaddress
13 rt8168-macaddress-type := raw
16 ifneq ($(CONFIG_ATHEROS_ATL1E_MACADDRESS),"")
17 $(obj)/atl1e-macaddress: $(DOTCONFIG)
18 echo " Creating a file holding the atl1e macaddress"
19 printf %s $(CONFIG_ATHEROS_ATL1E_MACADDRESS) > $@
21 cbfs-files-$(CONFIG_ATHEROS_ATL1E_SETMAC) += atl1e-macaddress
22 atl1e-macaddress-file := $(obj)/atl1e-macaddress
23 atl1e-macaddress-type := raw