]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - post/board/lwmon5/Makefile
blackfin: Move machine specific gpio_port_t structure back to blackfin arch folder.
[karo-tx-uboot.git] / post / board / lwmon5 / Makefile
1 #
2 # (C) Copyright 2008 Dmitry Rakhchev, EmCraft Systems, rda@emcraft.com
3 #
4 # Developed for DENX Software Engineering GmbH
5 #
6 # SPDX-License-Identifier:      GPL-2.0+
7 include $(OBJTREE)/include/autoconf.mk
8
9 LIB     = libpostlwmon5.o
10
11 COBJS-$(CONFIG_HAS_POST)        += sysmon.o watchdog.o dspic.o fpga.o dsp.o gdc.o
12
13 include $(TOPDIR)/post/rules.mk