X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/8decdf56e28c42bc23179c73a652923188703569..21b0f0832b926e4627f394c1c2232502100f66b3:/toolchain/Makefile diff --git a/toolchain/Makefile b/toolchain/Makefile index 28ac81c86..c573debe4 100644 --- a/toolchain/Makefile +++ b/toolchain/Makefile @@ -1,6 +1,6 @@ # Main makefile for the toolchain include $(TOPDIR)/rules.mk -TARGETS:=sed utils binutils gcc uClibc ipkg-utils +TARGETS:=sed utils binutils gcc uClibc ipkg-utils gdb TARGETS_INSTALL:=$(patsubst %,%-install,$(TARGETS)) TARGETS_CLEAN:=$(patsubst %,%-clean,$(TARGETS))