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