1# SPDX-License-Identifier: GPL-2.0+
2#
3# (C) Copyright 2000-2002
4# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
5
6CONFIG_STANDALONE_LOAD_ADDR ?= 0x20000
7
8PLATFORM_CPPFLAGS += -D__M68K__
9KBUILD_LDFLAGS  += -n
10PLATFORM_RELFLAGS += -ffunction-sections -fdata-sections
11PLATFORM_RELFLAGS += -ffixed-d7 -msep-data
12LDFLAGS_FINAL                  += --gc-sections
13