From 3827ce2c3dc1849033d6de52e58fcbccc7ed74a2 Mon Sep 17 00:00:00 2001 From: Chris Blake Date: Wed, 20 Jul 2016 15:44:50 +0200 Subject: apm821xx: add support for the apm821xx device target This adds a new target for PowerPC APM82181 and APM82161 (464-based) boards, as well as adds support for the booke-wdt watchdog package. Signed-off-by: Chris Blake --- include/target.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'include/target.mk') diff --git a/include/target.mk b/include/target.mk index 427708e07f..3fc2bd7508 100644 --- a/include/target.mk +++ b/include/target.mk @@ -208,6 +208,7 @@ ifeq ($(DUMP),1) CPU_CFLAGS_8540:=-mcpu=8540 CPU_CFLAGS_405:=-mcpu=405 CPU_CFLAGS_440:=-mcpu=440 + CPU_CFLAGS_464fp:=-mcpu=464fp endif ifeq ($(ARCH),sparc) CPU_TYPE = sparc -- cgit v1.2.3