diff options
Diffstat (limited to 'examples/standalone/Makefile')
-rw-r--r-- | examples/standalone/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/examples/standalone/Makefile b/examples/standalone/Makefile index c9d6206f291..09364d84a0a 100644 --- a/examples/standalone/Makefile +++ b/examples/standalone/Makefile @@ -1,9 +1,7 @@ +# SPDX-License-Identifier: GPL-2.0+ # # (C) Copyright 2000-2006 # Wolfgang Denk, DENX Software Engineering, wd@denx.de. -# -# SPDX-License-Identifier: GPL-2.0+ -# extra-y := hello_world extra-$(CONFIG_SMC91111) += smc91111_eeprom |