mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-16 01:38:22 +00:00
1a4596601f
Signed-off-by: Wolfgang Denk <wd@denx.de> [trini: Fixup common/cmd_io.c] Signed-off-by: Tom Rini <trini@ti.com>
16 lines
396 B
Makefile
16 lines
396 B
Makefile
#
|
|
# (C) Copyright 2005, Psyent Corporation <www.psyent.com>
|
|
# Scott McNutt <smcnutt@psyent.com>
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
# we get text_base from board config header, so do not use this
|
|
#CONFIG_SYS_TEXT_BASE = do-not-use-me
|
|
|
|
PLATFORM_CPPFLAGS += -mno-hw-div -mno-hw-mul
|
|
PLATFORM_CPPFLAGS += -I$(TOPDIR)/board/$(VENDOR)/include
|
|
|
|
ifeq ($(debug),1)
|
|
PLATFORM_CPPFLAGS += -DDEBUG
|
|
endif
|