mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-19 11:18:28 +00:00
a67cefc353
This commit also deletes post/rules.mk, which in not necessary any more. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
10 lines
259 B
Makefile
10 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
|