]> git.ipfire.org Git - people/ms/u-boot.git/blame - post/drivers/Makefile
Add GPL-2.0+ SPDX-License-Identifier to source files
[people/ms/u-boot.git] / post / drivers / Makefile
CommitLineData
ad5bb451
WD
1#
2# (C) Copyright 2002-2006
3# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
4#
1a459660 5# SPDX-License-Identifier: GPL-2.0+
ad5bb451 6#
2d2b994a 7include $(TOPDIR)/config.mk
ad5bb451 8
6d8962e8 9LIB = libpostdrivers.o
ad5bb451 10
f6f7395e 11COBJS-$(CONFIG_HAS_POST) += flash.o i2c.o memory.o rtc.o
ad5bb451
WD
12
13include $(TOPDIR)/post/rules.mk