config.mk 363 B

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