Commit 260d3b4a authored by Ulf Samuelsson's avatar Ulf Samuelsson
Browse files

make flush, should always be visible

parent a77bf1ec
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -473,11 +473,12 @@ clean:
distclean: clean
	rm -rf sources/*

flush:
	rm -f $(PROJECT_BUILD_DIR)/tgt-config.cache

endif # ifeq ($(BR2_HAVE_DOT_CONFIG),y)

flush:
	rm -f $(PROJECT_BUILD_DIR)/tgt-config.cache

%_defconfig: $(CONFIG)/conf
	cp $(shell find ./target/ -name $@) .config
	-@$(MAKE) oldconfig