blob: 2eeea50377a4087f1920074aa595ef3cb9706fd2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#
# (C) Copyright 2000
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
#
# SPDX-License-Identifier: GPL-2.0+
#
#
# HYMOD boards
#
PLATFORM_CPPFLAGS += -I$(srctree)
OBJCOPYFLAGS = --remove-section=.ppcenv
|