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