X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/3fbba28a36fbb88219790491ef2460a264017012..8aa5f5fd0057ac7d3740da30dd86b6e822ceb762:/toolchain/Makefile diff --git a/toolchain/Makefile b/toolchain/Makefile index c56f263bc..361f7be5b 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 gdb libmissing +TARGETS:=sed utils binutils gcc uClibc ipkg-utils gdb libnotimpl TARGETS_INSTALL:=$(patsubst %,%-install,$(TARGETS)) TARGETS_CLEAN:=$(patsubst %,%-clean,$(TARGETS))