drivers: cosmetic: Convert SPDX license tags to Linux Kernel style
[platform/kernel/u-boot.git] / drivers / axi / Makefile
1 # SPDX-License-Identifier: GPL-2.0+
2 #
3 # (C) Copyright 2017
4 # Mario Six,  Guntermann & Drunck GmbH, mario.six@gdsys.cc
5 #
6
7 obj-$(CONFIG_AXI) += axi-uclass.o
8 obj-$(CONFIG_IHS_AXI) += ihs_axi.o
9 obj-$(CONFIG_SANDBOX) += axi-emul-uclass.o
10 obj-$(CONFIG_SANDBOX) += sandbox_store.o
11 obj-$(CONFIG_AXI_SANDBOX) += axi_sandbox.o