]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - tools/gdb/Makefile
850bb9b20e56befd0a1e042cef0ddc1c685219ce
[karo-tx-uboot.git] / tools / gdb / Makefile
1 #
2 # (C) Copyright 2006
3 # Wolfgang Denk, DENX Software Engineering, wd@denx.de.
4 #
5 # (C) Copyright 2000
6 # Murray Jensen <Murray.Jensen@csiro.au>
7 #
8 # SPDX-License-Identifier:      GPL-2.0+
9 #
10
11 ifneq ($(HOSTOS),cygwin)
12
13 #
14 # Use native tools and options
15 #
16 HOST_EXTRACFLAGS := -I$(BFD_ROOT_DIR)/include -pedantic
17
18 hostprogs-y := gdbsend gdbcont
19
20 gdbsend-objs := gdbsend.o error.o remote.o serial.o
21 gdbcont-objs := gdbcont.o error.o remote.o serial.o
22
23 always := $(hostprogs-y)
24
25 endif   # cygwin