X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/8decdf56e28c42bc23179c73a652923188703569..db31d1ad0be1e26091a3254121a155c84a21af7f:/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))