u-boot-brain/post/board/lwmon/Makefile

14 lines
256 B
Makefile
Raw Normal View History

#
# (C) Copyright 2002-2006
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
#
# SPDX-License-Identifier: GPL-2.0+
#
include $(OBJTREE)/include/autoconf.mk
LIB = libpostlwmon.o
COBJS-$(CONFIG_HAS_POST) += sysmon.o
include $(TOPDIR)/post/rules.mk