[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-devel] [RFC XEN PATCH 15/23] convert tools/Makefile to kbuild


  • To: <xen-devel@xxxxxxxxxxxxxxxxxxxx>
  • From: Anthony PERARD <anthony.perard@xxxxxxxxxx>
  • Date: Wed, 23 Oct 2019 17:48:29 +0100
  • Authentication-results: esa3.hc3370-68.iphmx.com; dkim=none (message not signed) header.i=none; spf=None smtp.pra=anthony.perard@xxxxxxxxxx; spf=Pass smtp.mailfrom=anthony.perard@xxxxxxxxxx; spf=None smtp.helo=postmaster@xxxxxxxxxxxxxxx
  • Cc: Anthony PERARD <anthony.perard@xxxxxxxxxx>
  • Delivery-date: Wed, 23 Oct 2019 17:11:03 +0000
  • Ironport-sdr: j/XAibLl1a0JSzKn3KCY9isVkb208tdI0hB2UnSR0rzIm1irz71LSU2uuLLpxoIuJAYYFEy/fE 3EAUooH9Mh1JIy/eb16AZ4BUq+o7ePX8YF62rCDTiXyLJWfHEfFyaiQcJpvg1Fuk/kOBpU1eb6 +lmAQj+FY0J/1YB2lN5r98Aa6EEpLm2JCexQJ2foGbWsSodAFJUztlytqS3MODcNnHVRt8mLA5 jrS91TJlSQXIMNC/U/LFgoHwIAXrJaeAmWx7B677loNo5c0592UIrfeEUyN+NLEbPpwGISKn0u B7Q=
  • List-id: Xen developer discussion <xen-devel.lists.xenproject.org>

---
 xen/tools/Makefile | 15 ++-------------
 1 file changed, 2 insertions(+), 13 deletions(-)

diff --git a/xen/tools/Makefile b/xen/tools/Makefile
index e940939d61f4..b43f62592019 100644
--- a/xen/tools/Makefile
+++ b/xen/tools/Makefile
@@ -1,13 +1,2 @@
-
-include $(XEN_ROOT)/Config.mk
-
-.PHONY: default
-default:
-       $(MAKE) symbols
-
-.PHONY: clean
-clean:
-       rm -f *.o symbols
-
-symbols: symbols.c
-       $(HOSTCC) $(HOSTCFLAGS) -o $@ $<
+hostprogs-y += symbols
+always += $(hostprogs-y)
-- 
Anthony PERARD

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/mailman/listinfo/xen-devel

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.