X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/f95dca2962e720410366ac0a7127752f39220c05..b2c54271123a4ad0f86bf6d55e0f383e106ad054:/openwrt/toolchain/Makefile diff --git a/openwrt/toolchain/Makefile b/openwrt/toolchain/Makefile index 28ac81c86..c573debe4 100644 --- a/openwrt/toolchain/Makefile +++ b/openwrt/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))