mirror of https://github.com/hak5/openwrt.git
parent
8331705293
commit
5b21616d81
|
@ -1,6 +1,6 @@
|
||||||
# Main makefile for the toolchain
|
# Main makefile for the toolchain
|
||||||
include $(TOPDIR)/rules.mk
|
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_INSTALL:=$(patsubst %,%-install,$(TARGETS))
|
||||||
TARGETS_CLEAN:=$(patsubst %,%-clean,$(TARGETS))
|
TARGETS_CLEAN:=$(patsubst %,%-clean,$(TARGETS))
|
||||||
|
|
Loading…
Reference in New Issue