clitools: Added ConfigureDNS
This commit is contained in:
14
makefile
14
makefile
@@ -91,6 +91,12 @@ RELEASE_DEPS := \
|
||||
build.env \
|
||||
makefile
|
||||
|
||||
CLITOOLS := \
|
||||
clitools/pkg \
|
||||
clitools/cmd \
|
||||
clitools/go.mod \
|
||||
clitools/go.sum
|
||||
|
||||
# ---- Directory creation ------------------------------------------------------
|
||||
|
||||
$(PACKAGES_DIR):
|
||||
@@ -258,13 +264,17 @@ initramfs: $(INITRAMFS)
|
||||
itb: $(BOARD_ITB)
|
||||
build-base: $(BUILD_BASE_STAMP)
|
||||
|
||||
clitools: $(CLITOOLS)
|
||||
$(MAKE) -C clitools
|
||||
|
||||
clean:
|
||||
rm -f \
|
||||
$(BUILD_BASE_STAMP) \
|
||||
$(KERNEL_IMAGE) \
|
||||
$(INITRAMFS) \
|
||||
$(BOARD_ITB) \
|
||||
$(RELEASE_IMAGE)
|
||||
$(RELEASE_IMAGE) \
|
||||
$(CLITOOLS)
|
||||
|
||||
distclean: clean
|
||||
rm -rf $(OUT_DIR)
|
||||
@@ -272,5 +282,5 @@ distclean: clean
|
||||
pkgclean:
|
||||
rm -rf $(PACKAGES_DIR)
|
||||
|
||||
.PHONY: release kernel initramfs itb build-base clean distclean pkgclean \
|
||||
.PHONY: release kernel initramfs itb build-base clitools clean distclean pkgclean \
|
||||
cluster-config cluster-defconfig cluster-print
|
||||
|
||||
Reference in New Issue
Block a user