summaryrefslogtreecommitdiffstats
path: root/tools/gdb/Makefile
blob: 850bb9b20e56befd0a1e042cef0ddc1c685219ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#
# (C) Copyright 2006
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
#
# (C) Copyright 2000
# Murray Jensen <Murray.Jensen@csiro.au>
#
# SPDX-License-Identifier:	GPL-2.0+
#

ifneq ($(HOSTOS),cygwin)

#
# Use native tools and options
#
HOST_EXTRACFLAGS := -I$(BFD_ROOT_DIR)/include -pedantic

hostprogs-y := gdbsend gdbcont

gdbsend-objs := gdbsend.o error.o remote.o serial.o
gdbcont-objs := gdbcont.o error.o remote.o serial.o

always := $(hostprogs-y)

endif	# cygwin
OpenPOWER on IntegriCloud