summaryrefslogtreecommitdiff
path: root/examples/standalone/Makefile
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2020-05-01 17:58:31 -0400
committerTom Rini <trini@konsulko.com>2020-05-04 07:27:06 -0400
commit1d5d0275d7684005643952b4591eb5899f55beaf (patch)
tree2f579f6ce02ab71c8a00387ca965e970b696380e /examples/standalone/Makefile
parent20a154f95bfe0a3b5bfba90bea7f001c58217536 (diff)
parent8148693b988fb36463dbc12cef4b7947acae9846 (diff)
Merge branch 'next' of git://git.denx.de/u-boot-sh
This is part 1 of big network cleanup / DM conversion. The dc2114x/rtl8139/pcnet/tulip PCI adapter drivers received checkpatch cleanups in preparation for DM conversion. The smc911x is converted to DM completely. The dwc_eth_qos cache fixes are applied.
Diffstat (limited to 'examples/standalone/Makefile')
-rw-r--r--examples/standalone/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/examples/standalone/Makefile b/examples/standalone/Makefile
index 779e2528b7..4a34813804 100644
--- a/examples/standalone/Makefile
+++ b/examples/standalone/Makefile
@@ -5,10 +5,13 @@
extra-y := hello_world
extra-$(CONFIG_SMC91111) += smc91111_eeprom
-extra-$(CONFIG_SMC911X) += smc911x_eeprom
extra-$(CONFIG_SPI_FLASH_ATMEL) += atmel_df_pow2
extra-$(CONFIG_PPC) += sched
+ifndef CONFIG_DM_ETH
+extra-$(CONFIG_SMC911X) += smc911x_eeprom
+endif
+
#
# Some versions of make do not handle trailing white spaces properly;
# leading to build failures. The problem was found with GNU Make 3.80.