diff options
Diffstat (limited to 'drivers/axi/Makefile')
-rw-r--r-- | drivers/axi/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/axi/Makefile b/drivers/axi/Makefile index 66b6c5a28f..045db1ab30 100644 --- a/drivers/axi/Makefile +++ b/drivers/axi/Makefile @@ -1,9 +1,8 @@ +# SPDX-License-Identifier: GPL-2.0+ # # (C) Copyright 2017 # Mario Six, Guntermann & Drunck GmbH, mario.six@gdsys.cc # -# SPDX-License-Identifier: GPL-2.0+ -# obj-$(CONFIG_AXI) += axi-uclass.o obj-$(CONFIG_IHS_AXI) += ihs_axi.o |