]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - post/drivers/Makefile
blackfin: Move machine specific gpio_port_t structure back to blackfin arch folder.
[karo-tx-uboot.git] / post / drivers / Makefile
1 #
2 # (C) Copyright 2002-2006
3 # Wolfgang Denk, DENX Software Engineering, wd@denx.de.
4 #
5 # SPDX-License-Identifier:      GPL-2.0+
6 #
7 include $(TOPDIR)/config.mk
8
9 LIB     = libpostdrivers.o
10
11 COBJS-$(CONFIG_HAS_POST)        += flash.o i2c.o memory.o rtc.o
12
13 include $(TOPDIR)/post/rules.mk