mirror of
https://github.com/smaeul/u-boot.git
synced 2025-11-27 06:14:41 +00:00
This commit also deletes post/rules.mk, which in not necessary any more. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
12 lines
260 B
Makefile
12 lines
260 B
Makefile
#
|
|
# (C) Copyright 2002-2007
|
|
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
CPPFLAGS += -I$(TOPDIR)
|
|
|
|
obj-$(CONFIG_HAS_POST) += cache_8xx.o
|
|
obj-$(CONFIG_HAS_POST) += cache.o ether.o spr.o uart.o usb.o watchdog.o
|