diff options
Diffstat (limited to 'examples/standalone')
-rw-r--r-- | examples/standalone/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/standalone/Makefile b/examples/standalone/Makefile index 90e173b..47c9d54 100644 --- a/examples/standalone/Makefile +++ b/examples/standalone/Makefile @@ -5,10 +5,6 @@ # SPDX-License-Identifier: GPL-2.0+ # -ifdef FTRACE -ccflags-y += -finstrument-functions -DFTRACE -endif - extra-y := hello_world extra-$(CONFIG_SMC91111) += smc91111_eeprom extra-$(CONFIG_SMC911X) += smc911x_eeprom |