mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-13 15:03:58 +03:00
This commit also deletes post/rules.mk, which in not necessary any more. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
11 lines
259 B
Makefile
11 lines
259 B
Makefile
#
|
|
# (C) Copyright 2008 Dmitry Rakhchev, EmCraft Systems, rda@emcraft.com
|
|
#
|
|
# Developed for DENX Software Engineering GmbH
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
|
|
CPPFLAGS += -I$(TOPDIR)
|
|
|
|
obj-$(CONFIG_HAS_POST) += sysmon.o watchdog.o dspic.o fpga.o dsp.o gdc.o
|