summaryrefslogtreecommitdiff
path: root/Makefile.inc
diff options
context:
space:
mode:
authorBenjamin Walsh <benjamin.walsh@windriver.com>2015-09-18 16:36:57 -0400
committerAnas Nashif <anas.nashif@intel.com>2016-02-05 20:24:41 -0500
commit334c14e66ecac9710172a0d4f4a63a3ba19e98fd (patch)
treef78111d1b0b34b88f9ffff45a37b4ae153c978a1 /Makefile.inc
parentaed578cb0368338824135f9f0f5d8bdf1d303c8e (diff)
x86: CLFLUSH and cache line size detection
Detect the presence of CLFLUSH instruction and cache line size at runtime. It is still possible to set them manually via kconfig options if the values are known. Change-Id: I00bda1de4c5c241826ead6f43b887b99a963cc7b Signed-off-by: Benjamin Walsh <benjamin.walsh@windriver.com>
Diffstat (limited to 'Makefile.inc')
-rw-r--r--Makefile.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.inc b/Makefile.inc
index 2adb4e115..b8cf16724 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -83,5 +83,4 @@ pristine:
PHONY += FORCE initconfig
FORCE:
-
.PHONY: $(PHONY)